File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ jobs:
231
231
echo "image=$image" >> $GITHUB_OUTPUT
232
232
- name : Trivy scanning
233
233
if : steps.check-build-and-push.outputs.enable == 'true' && steps.check-ghcr.outputs.enable == 'true' && steps.ghcr-tag.outputs.tags != 0
234
- uses : aquasecurity/trivy-action@0.21 .0
234
+ uses : aquasecurity/trivy-action@0.22 .0
235
235
with :
236
236
image-ref : " ${{ steps.trivy-image.outputs.image }}"
237
237
format : " table"
@@ -380,7 +380,7 @@ jobs:
380
380
echo "image=$image" >> $GITHUB_OUTPUT
381
381
- name : Trivy scanning
382
382
if : steps.check-build-and-push.outputs.enable == 'true' && steps.check-ghcr.outputs.enable == 'true' && steps.ghcr-tag.outputs.tags != 0
383
- uses : aquasecurity/trivy-action@0.21 .0
383
+ uses : aquasecurity/trivy-action@0.22 .0
384
384
with :
385
385
image-ref : " ${{ steps.trivy-image.outputs.image }}"
386
386
format : " table"
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
image : ["server-core", "playout-gateway", "mos-gateway"]
14
14
steps :
15
15
- name : Run Trivy vulnerability scanner (json)
16
- uses : aquasecurity/trivy-action@0.21 .0
16
+ uses : aquasecurity/trivy-action@0.22 .0
17
17
with :
18
18
image-ref : ghcr.io/nrkno/sofie-core-${{ matrix.image }}:latest
19
19
format : json
20
20
output : ' ${{ matrix.image }}-trivy-scan-results.json'
21
21
22
22
- name : Run Trivy vulnerability scanner (table)
23
- uses : aquasecurity/trivy-action@0.21 .0
23
+ uses : aquasecurity/trivy-action@0.22 .0
24
24
with :
25
25
image-ref : ghcr.io/nrkno/sofie-core-${{ matrix.image }}:latest
26
26
output : ' ${{ matrix.image }}-trivy-scan-results.txt'
36
36
echo $CODE_BLOCK >> $GITHUB_STEP_SUMMARY
37
37
38
38
- name : Run Trivy in GitHub SBOM mode and submit results to Dependency Graph
39
- uses : aquasecurity/trivy-action@0.21 .0
39
+ uses : aquasecurity/trivy-action@0.22 .0
40
40
with :
41
41
format : ' github'
42
42
output : ' dependency-results-${{ matrix.image }}.sbom.json'
You can’t perform that action at this time.
0 commit comments