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 2156e23 commit 99558b1Copy full SHA for 99558b1
.github/workflows/openjdk-base-image.yml
@@ -62,7 +62,7 @@ jobs:
62
if: env.latest_digest != ''
63
env:
64
TRIVY_DEFAULT: "--format table --ignore-unfixed --exit-code 1"
65
- TRIVY_SCAN: "--severity CRITICAL,HIGH --vuln-type os,library"
+ TRIVY_SCAN: "--severity CRITICAL,HIGH --pkg-types os,library"
66
run: >
67
docker run --rm ghcr.io/aquasecurity/trivy:latest image $TRIVY_DEFAULT $TRIVY_SCAN
68
--username ${{ github.actor }}
0 commit comments