Skip to content

Commit

Permalink
Allow Contamer to supress waived vulnerabilities
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com>
  • Loading branch information
shivamerla committed Jan 13, 2021
1 parent 403c514 commit b26bc02
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 b26bc02

Please sign in to comment.