Skip to content

Commit e792b63

Browse files
build(deps): bump anchore/scan-action from 5.3.0 to 6.0.0 (#499)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 5.3.0 to 6.0.0. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](anchore/scan-action@869c549...abae793) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22951e9 commit e792b63

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/serverless-vuln-scan.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
format: table
5353

5454
- name: Scan latest release image with grype
55-
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0
55+
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
5656
with:
5757
image: "public.ecr.aws/datadog/lambda-extension:latest"
5858
only-fixed: true
@@ -61,7 +61,7 @@ jobs:
6161
output-format: table
6262

6363
- name: Scan latest-alpine release image with grype
64-
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0
64+
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
6565
with:
6666
image: "public.ecr.aws/datadog/lambda-extension:latest-alpine"
6767
only-fixed: true
@@ -70,7 +70,7 @@ jobs:
7070
output-format: table
7171

7272
- name: Scan latest serverless-init image with grype
73-
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0
73+
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
7474
with:
7575
image: "datadog/serverless-init:latest"
7676
only-fixed: true
@@ -79,7 +79,7 @@ jobs:
7979
output-format: table
8080

8181
- name: Scan latest-alpine serverless-init image with grype
82-
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0
82+
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
8383
with:
8484
image: "datadog/serverless-init:latest-alpine"
8585
only-fixed: true
@@ -126,7 +126,7 @@ jobs:
126126
format: table
127127

128128
- name: Scan amd64 image with grype
129-
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0
129+
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
130130
with:
131131
image: "datadog/build-lambda-extension-amd64:${{ env.VERSION }}"
132132
only-fixed: true
@@ -135,7 +135,7 @@ jobs:
135135
output-format: table
136136

137137
- name: Scan arm64 image with grype
138-
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0
138+
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
139139
with:
140140
image: "datadog/build-lambda-extension-arm64:${{ env.VERSION }}"
141141
only-fixed: true
@@ -144,7 +144,7 @@ jobs:
144144
output-format: table
145145

146146
- name: Scan binary files with grype
147-
uses: anchore/scan-action@869c549e657a088dc0441b08ce4fc0ecdac2bb65 # v5.3.0
147+
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
148148
with:
149149
path: go/src/github.com/DataDog/datadog-lambda-extension/.layers
150150
only-fixed: true

0 commit comments

Comments
 (0)