Skip to content

Commit

Permalink
Merge branch 'supress_vulns' into 'master'
Browse files Browse the repository at this point in the history
Allow Contamer to supress waived vulnerabilities

See merge request nvidia/kubernetes/gpu-operator!159
  • Loading branch information
shivamerla committed Jan 13, 2021
2 parents 4db0523 + b26bc02 commit c128b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contamer:
- cd contamer
- pip3 install -r requirements.txt
- docker tag ${CI_REGISTRY_IMAGE}:${VERSION} ${CI_PROJECT_NAME}:${VERSION}
- python3 contamer.py -ls --fail-on-non-os -- ${CI_PROJECT_NAME}:${VERSION}
- python3 contamer.py -ls --fail-on-non-os ${CONTAMER_SUPPRESS_VULNS:+--suppress-vulns ${CONTAMER_SUPPRESS_VULNS}} -- ${CI_PROJECT_NAME}:${VERSION}

release:ngc:
stage: release
Expand Down

0 comments on commit c128b82

Please sign in to comment.