Jeff Spiers
Results
2
issues of
Jeff Spiers
* terrascan version: 1.18.3 * Operating System: Ubuntu 22.04 ### Description Linting of a Dockerfile which includes a `FROM scratch` statement triggers failure of `AC_DOCKER_0041` which insists on specifying a...
**.gitlab-ci.yml illustrating the issue**: ```yml variables: MY_FILE: example.txt stages: - build this runs: stage: build script: - echo $CI_JOB_NAME this does not: stage: build script: - echo $CI_JOB_NAME rules: -...
nice