Project

General

Profile

action #91377

Updated by ilausuch almost 3 years ago

## Motivation 

 Current test is failing because hadolint project commit this 
 https://github.com/hadolint/hadolint/commit/4cb8f28ebecfd0343241369952fc9b3e7e4ea866 

 Example: 

 ``` 
 # Static check of container/travis_test/Dockerfile 
 -:151 DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation. 
 -:152 DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation. 
 -:153 DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation. 
 -:159 DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation. 
 ``` 

 ## Acceptance Criteria 
 * **AC 1**: static-check-containers runs without error 

 ## Additional information 
 We are using the image for hadolint (based on a condition) from ghcr.io/hadolint/hadolint. This image seems to be the last version. But not hadolint/hadolint

Back