We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55843a commit 700173eCopy full SHA for 700173e
.github/workflows/release-docker.yml
@@ -82,7 +82,7 @@ jobs:
82
index:org.opencontainers.image.licenses=Apache-2.0
83
84
- name: Scan Docker image for vulnerabilities
85
- uses: aquasecurity/trivy-action@0.33.1
+ uses: aquasecurity/trivy-action@0.34
86
with:
87
image-ref: ${{ steps.docker-tags.outputs.FULL_IMAGE }}:v${{ inputs.version }}
88
format: 'sarif'
0 commit comments