File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ jobs:
57
57
./mvnw -B package -DskipTests -PbuildWar -DCI=true
58
58
cp ors-api/target/ors.war ors-api/target/grype/ors.war
59
59
- name : Run the Anchore Grype scan action to console
60
- uses : anchore/scan-action@v3
60
+ uses : anchore/scan-action@v5
61
61
with :
62
62
path : " ors-api/target/grype/"
63
63
fail-build : false
64
64
output-format : table
65
65
- name : Run the Anchore Grype scan action to SARIF
66
- uses : anchore/scan-action@v3
66
+ uses : anchore/scan-action@v5
67
67
id : scan
68
68
with :
69
69
path : " ors-api/target/grype/"
@@ -140,13 +140,13 @@ jobs:
140
140
platforms : ${{ matrix.platform }}
141
141
cache-from : type=gha
142
142
- name : Run the Anchore Grype scan action to console
143
- uses : anchore/scan-action@v3
143
+ uses : anchore/scan-action@v5
144
144
with :
145
145
image : ${{ needs.prepare_environment.outputs.test_image_name }}
146
146
fail-build : false
147
147
output-format : table
148
148
- name : Run the Anchore Grype scan action to SARIF
149
- uses : anchore/scan-action@v3
149
+ uses : anchore/scan-action@v5
150
150
id : scan
151
151
with :
152
152
image : ${{ needs.prepare_environment.outputs.test_image_name }}
You can’t perform that action at this time.
0 commit comments