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 78918cb commit 7f40f9eCopy full SHA for 7f40f9e
.github/workflows/build.yml
@@ -179,7 +179,7 @@ jobs:
179
- name: Scan SBOM
180
id: scan
181
if: ${{ !inputs.dry_run }}
182
- uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
+ uses: anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7.0.1
183
with:
184
sbom: "sbom-${{ inputs.image }}.json"
185
only-fixed: true
0 commit comments