Skip to content

Commit afa0b7c

Browse files
committed
chore: update grype scan action
1 parent 100f7fe commit afa0b7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/vulnerability-scanning.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
./mvnw -B package -DskipTests -PbuildWar -DCI=true
5858
cp ors-api/target/ors.war ors-api/target/grype/ors.war
5959
- name: Run the Anchore Grype scan action to console
60-
uses: anchore/scan-action@v3
60+
uses: anchore/scan-action@v5
6161
with:
6262
path: "ors-api/target/grype/"
6363
fail-build: false
6464
output-format: table
6565
- name: Run the Anchore Grype scan action to SARIF
66-
uses: anchore/scan-action@v3
66+
uses: anchore/scan-action@v5
6767
id: scan
6868
with:
6969
path: "ors-api/target/grype/"
@@ -140,13 +140,13 @@ jobs:
140140
platforms: ${{ matrix.platform }}
141141
cache-from: type=gha
142142
- name: Run the Anchore Grype scan action to console
143-
uses: anchore/scan-action@v3
143+
uses: anchore/scan-action@v5
144144
with:
145145
image: ${{ needs.prepare_environment.outputs.test_image_name }}
146146
fail-build: false
147147
output-format: table
148148
- name: Run the Anchore Grype scan action to SARIF
149-
uses: anchore/scan-action@v3
149+
uses: anchore/scan-action@v5
150150
id: scan
151151
with:
152152
image: ${{ needs.prepare_environment.outputs.test_image_name }}

0 commit comments

Comments
 (0)