Skip to content

Commit 9ae5ad7

Browse files
Update trivy action to version v0.34.2
1 parent 03b1821 commit 9ae5ad7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
- name: Build Docker image
168168
run: docker build -t ast-cli:${{ github.sha }} .
169169
- name: Run Trivy scanner without downloading DBs
170-
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 #v0.28.0
170+
uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 #v0.34.2
171171
with:
172172
scan-type: 'image'
173173
image-ref: ast-cli:${{ github.sha }}

0 commit comments

Comments
 (0)