Skip to content

Commit b26bc02

Browse files
committed
Allow Contamer to supress waived vulnerabilities
Signed-off-by: Shiva Krishna, Merla <[email protected]>
1 parent 403c514 commit b26bc02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.nvidia-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ contamer:
1818
- cd contamer
1919
- pip3 install -r requirements.txt
2020
- docker tag ${CI_REGISTRY_IMAGE}:${VERSION} ${CI_PROJECT_NAME}:${VERSION}
21-
- python3 contamer.py -ls --fail-on-non-os -- ${CI_PROJECT_NAME}:${VERSION}
21+
- python3 contamer.py -ls --fail-on-non-os ${CONTAMER_SUPPRESS_VULNS:+--suppress-vulns ${CONTAMER_SUPPRESS_VULNS}} -- ${CI_PROJECT_NAME}:${VERSION}
2222

2323
release:ngc:
2424
stage: release

0 commit comments

Comments
 (0)