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 0289ebc commit 24a51b5Copy full SHA for 24a51b5
.github/workflows/ci-release.yml
@@ -114,7 +114,7 @@ jobs:
114
# Thus, we add `continue-on-error: true` here, but we should remove it
115
# when either the issue is fixed (see: https://github.com/aquasecurity/trivy-action/issues/389)
116
# or we self-host trivy database.
117
- uses: aquasecurity/trivy-action@0.31.0
+ uses: aquasecurity/trivy-action@0.32.0
118
continue-on-error: true
119
with:
120
image-ref: 'ghcr.io/janusgraph/janusgraph:${{ env.JG_VER }}${{ matrix.tag_suffix }}'
0 commit comments