We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0758949 commit dc2747fCopy full SHA for dc2747f
.github/workflows/scan-containers.yaml
@@ -59,7 +59,7 @@ jobs:
59
- name: Checkout
60
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
61
- name: Scan Container
62
- uses: aquasecurity/trivy-action@f781cce5aab226378ee181d764ab90ea0be3cdd8 # 0.25.0
+ uses: aquasecurity/trivy-action@a20de5420d57c4102486cdd9578b45609c99d7eb # 0.26.0
63
with:
64
image-ref: ${{ matrix.containers }}
65
vuln-type: os,library
0 commit comments