We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aee266 commit 521a4ceCopy full SHA for 521a4ce
1 file changed
.github/workflows/ci-trivy.yml
@@ -28,7 +28,7 @@ jobs:
28
run: docker build -f docker/amd64-linux.Dockerfile -t pulsarctl .
29
30
- name: Run Trivy vulnerability scanner
31
- uses: aquasecurity/trivy-action@master
+ uses: aquasecurity/trivy-action@v0.35.0
32
with:
33
image-ref: 'pulsarctl:latest'
34
format: 'table'
0 commit comments