Skip to content
Snippets Groups Projects
Commit d664f38d authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

add config fpor kubelinter, ignore latest tag warning on images

parent 52a6b2ca
No related branches found
No related tags found
1 merge request!24Add tests
Pipeline #132720 passed
......@@ -20,7 +20,7 @@ test:
before_script:
- i=0; while [ "$i" -lt 60 ]; do docker info && break; sleep 1; i=$(( i + 1 )) ; done
script:
- docker run -v ./out-templates:/dir stackrox/kube-linter lint /dir
- docker run -v ./kubelinter-config.yaml:/etc/config.yaml -v ./out-templates:/dir stackrox/kube-linter lint /dir --config /etc/config.yaml
......
checks:
exclude:
- "latest-tag"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment