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 e9a7d28 commit e68397bCopy full SHA for e68397b
.github/workflows/trivy.yaml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Scan image in a private registry and upload results to GitHub
20
- uses: aquasecurity/trivy-action@0.24.0
+ uses: aquasecurity/trivy-action@0.25.0
21
with:
22
image-ref: ghcr.io/${{ github.repository }}:${{ github.ref_name == 'main' && 'latest' || github.sha }}
23
scan-type: image
0 commit comments