Skip to content

Commit 521a4ce

Browse files
committed
Update Trivy GitHub Action to v0.35.0
1 parent 2aee266 commit 521a4ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: docker build -f docker/amd64-linux.Dockerfile -t pulsarctl .
2929

3030
- name: Run Trivy vulnerability scanner
31-
uses: aquasecurity/trivy-action@master
31+
uses: aquasecurity/trivy-action@v0.35.0
3232
with:
3333
image-ref: 'pulsarctl:latest'
3434
format: 'table'

0 commit comments

Comments
 (0)