Skip to content

Commit cebd8a7

Browse files
committed
Fix nv scanner image
1 parent 8035d51 commit cebd8a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-container-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
image-tag: ${{ inputs.image-tag }}
7777
min-high-cves-to-fail: '${{ inputs.max-high-cves }}'
7878
min-medium-cves-to-fail: '${{ inputs.max-medium-cves }}'
79-
# nv-scanner-image: neuvector/scanner:5
79+
nv-scanner-image: neuvector/scanner:5
8080
- name: Scan container image with Trivy
8181
if: ${{ inputs.trivy-enabled }}
8282
uses: aquasecurity/trivy-action@master

0 commit comments

Comments
 (0)