We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d883e commit e158ac6Copy full SHA for e158ac6
.github/workflows/openjdk-base-image.yml
@@ -49,7 +49,7 @@ jobs:
49
if: env.latest_digest != ''
50
env:
51
TRIVY_DEFAULT: "--format table --ignore-unfixed --exit-code 1"
52
- TRIVY_SCAN: "--severity CRITICAL,HIGH --vuln-type os,library"
+ TRIVY_SCAN: "--severity CRITICAL,HIGH --pkg-types os,library"
53
run: >
54
docker run --rm ghcr.io/aquasecurity/trivy:latest image $TRIVY_DEFAULT $TRIVY_SCAN
55
--username ${{ github.actor }}
0 commit comments