Skip to content

Commit 7f40f9e

Browse files
Update anchore/scan-action action to v7.0.1 (#4083)
| datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | anchore/scan-action | v7.0.0 | v7.0.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 78918cb commit 7f40f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- name: Scan SBOM
180180
id: scan
181181
if: ${{ !inputs.dry_run }}
182-
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
182+
uses: anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7.0.1
183183
with:
184184
sbom: "sbom-${{ inputs.image }}.json"
185185
only-fixed: true

0 commit comments

Comments
 (0)