We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8035d51 commit cebd8a7Copy full SHA for cebd8a7
1 file changed
.github/workflows/reusable-container-scan.yml
@@ -76,7 +76,7 @@ jobs:
76
image-tag: ${{ inputs.image-tag }}
77
min-high-cves-to-fail: '${{ inputs.max-high-cves }}'
78
min-medium-cves-to-fail: '${{ inputs.max-medium-cves }}'
79
- # nv-scanner-image: neuvector/scanner:5
+ nv-scanner-image: neuvector/scanner:5
80
- name: Scan container image with Trivy
81
if: ${{ inputs.trivy-enabled }}
82
uses: aquasecurity/trivy-action@master
0 commit comments