Skip to content

Commit 99558b1

Browse files
authored
JDK Image - Pull new image on manual runs (#1089)
1 parent 2156e23 commit 99558b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openjdk-base-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: env.latest_digest != ''
6363
env:
6464
TRIVY_DEFAULT: "--format table --ignore-unfixed --exit-code 1"
65-
TRIVY_SCAN: "--severity CRITICAL,HIGH --vuln-type os,library"
65+
TRIVY_SCAN: "--severity CRITICAL,HIGH --pkg-types os,library"
6666
run: >
6767
docker run --rm ghcr.io/aquasecurity/trivy:latest image $TRIVY_DEFAULT $TRIVY_SCAN
6868
--username ${{ github.actor }}

0 commit comments

Comments
 (0)