Skip to content

Commit 62dcdd0

Browse files
chore(deps): update aquasecurity/trivy-action action to v0.28.0
1 parent b2f2f06 commit 62dcdd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
ref: ${{ github.event.pull_request.head.sha }}
7171

7272
- name: Run Trivy vulnerability scanner
73-
uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14.0
73+
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
7474
with:
7575
scan-type: '${{ inputs.scan-type }}'
7676
scan-ref: '.'
@@ -128,7 +128,7 @@ jobs:
128128
ref: ${{ github.event.pull_request.head.sha }}
129129

130130
- name: Run Trivy vulnerability scanner
131-
uses: aquasecurity/trivy-action@2b6a709cf9c4025c5438138008beaddbb02086f0 # 0.14.0
131+
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 # 0.28.0
132132
with:
133133
image-ref: '${{ inputs.image-ref }}'
134134
format: 'template'

0 commit comments

Comments
 (0)