We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b1821 commit 9ae5ad7Copy full SHA for 9ae5ad7
1 file changed
.github/workflows/ci-tests.yml
@@ -167,7 +167,7 @@ jobs:
167
- name: Build Docker image
168
run: docker build -t ast-cli:${{ github.sha }} .
169
- name: Run Trivy scanner without downloading DBs
170
- uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2 #v0.28.0
+ uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 #v0.34.2
171
with:
172
scan-type: 'image'
173
image-ref: ast-cli:${{ github.sha }}
0 commit comments