mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
[deps]: Update anchore/scan-action action to v7 (#16635)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/build-web.yml
vendored
2
.github/workflows/build-web.yml
vendored
@@ -334,7 +334,7 @@ jobs:
|
|||||||
- name: Scan Docker image
|
- name: Scan Docker image
|
||||||
if: ${{ needs.setup.outputs.has_secrets == 'true' }}
|
if: ${{ needs.setup.outputs.has_secrets == 'true' }}
|
||||||
id: container-scan
|
id: container-scan
|
||||||
uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1
|
uses: anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1.0
|
||||||
with:
|
with:
|
||||||
image: ${{ steps.image-name.outputs.name }}
|
image: ${{ steps.image-name.outputs.name }}
|
||||||
fail-build: false
|
fail-build: false
|
||||||
|
|||||||
Reference in New Issue
Block a user