Skip to content

Commit e10f199

Browse files
chore(deps): update aquasecurity/trivy-action digest to 77137e9 (#489)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7c1f8d0 commit e10f199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cache-to: type=gha,mode=max
6868

6969
- name: Run Trivy vulnerability scanner
70-
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4
70+
uses: aquasecurity/trivy-action@77137e9dc3ab1b329b7c8a38c2eb7475850a14e8
7171
with:
7272
image-ref: 'ghcr.io/${{ github.repository }}:dev'
7373
format: 'sarif'

.github/workflows/image-vulnerability-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cache-to: type=gha,mode=max
5555

5656
- name: Run Trivy vulnerability scanner
57-
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4
57+
uses: aquasecurity/trivy-action@77137e9dc3ab1b329b7c8a38c2eb7475850a14e8
5858
with:
5959
image-ref: 'ghcr.io/${{ github.repository }}:${{ github.sha }}'
6060
format: 'sarif'

0 commit comments

Comments
 (0)