Skip to content

Commit e96a56d

Browse files
build(deps): bump anchore/scan-action from 7.3.2 to 7.4.0
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 7.3.2 to 7.4.0. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/RELEASE.md) - [Commits](anchore/scan-action@7037fa0...e116508) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4864422 commit e96a56d

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@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2
38+
uses: anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0
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@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2
47+
uses: anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0
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@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2
40+
uses: anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0
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@7037fa011853d5a11690026fb85feee79f4c946c # v7.3.2
49+
uses: anchore/scan-action@e1165082ffb1fe366ebaf02d8526e7c4989ea9d2 # v7.4.0
5050
with:
5151
image: "public.ecr.aws/datadog/lambda-extension:latest-alpine"
5252
only-fixed: true

0 commit comments

Comments
 (0)