Skip to content

Commit c1e8368

Browse files
committed
chore(Codescan): tests newest version of Trivy-Action
1 parent 45b4852 commit c1e8368

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/bff_develop.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
paths:
1111
- iris-client-bff/**
1212
- .github/workflows/bff_develop.yml
13+
- .github/workflows/publish-test-results.yml@develop
14+
- .github/workflows/trivy-container-scan.yml
1315
pull_request:
1416
branches:
1517
- develop

.github/workflows/trivy-container-scan.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ jobs:
1818
image-ref: ${{fromJson(inputs.image-refs)}}
1919

2020
steps:
21+
- name: Checkout code
22+
uses: actions/[email protected]
23+
2124
- name: Run Trivy vulnerability scanner
22-
uses: aquasecurity/trivy-action@master
25+
uses: aquasecurity/trivy-action@0.2.0
2326
with:
2427
image-ref: '${{ matrix.image-ref }}'
2528
format: 'template'

0 commit comments

Comments
 (0)