Skip to content

Commit 66f1e00

Browse files
build(deps): bump anchore/scan-action from 7.2.2 to 7.2.3
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 7.2.2 to 7.2.3. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](anchore/scan-action@3c9a191...62b74fb) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 7.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b44db0 commit 66f1e00

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/serverless-init-vulnerability-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-22.04
3636
steps:
3737
- name: Scan latest serverless-init image with grype
38-
uses: anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7.2.2
38+
uses: anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 # v7.2.3
3939
with:
4040
image: "datadog/serverless-init:latest"
4141
only-fixed: true
@@ -44,7 +44,7 @@ jobs:
4444
output-format: table
4545

4646
- name: Scan latest-alpine serverless-init image with grype
47-
uses: anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7.2.2
47+
uses: anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 # v7.2.3
4848
with:
4949
image: "datadog/serverless-init:latest-alpine"
5050
only-fixed: true

.github/workflows/vulnerability-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-22.04
3838
steps:
3939
- name: Scan latest release image with grype
40-
uses: anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7.2.2
40+
uses: anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 # v7.2.3
4141
with:
4242
image: "public.ecr.aws/datadog/lambda-extension:latest"
4343
only-fixed: true
@@ -46,7 +46,7 @@ jobs:
4646
output-format: table
4747

4848
- name: Scan latest-alpine release image with grype
49-
uses: anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7.2.2
49+
uses: anchore/scan-action@62b74fb7bb810d2c45b1865f47a77655621862a5 # v7.2.3
5050
with:
5151
image: "public.ecr.aws/datadog/lambda-extension:latest-alpine"
5252
only-fixed: true

0 commit comments

Comments
 (0)