Skip to content

Commit 1088157

Browse files
build(deps): bump anchore/scan-action from 6.3.0 to 6.4.0 (#727)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 6.3.0 to 6.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anchore/scan-action/releases">anchore/scan-action's releases</a>.</em></p> <blockquote> <h2>v6.4.0</h2> <h2>New in scan-action v6.4.0</h2> <ul> <li>Update Grype to v0.95.0 (<a href="https://redirect.github.com/anchore/scan-action/issues/486">#486</a>)</li> <li>chore(deps-dev): bump eslint from 9.30.0 to 9.30.1 (<a href="https://redirect.github.com/anchore/scan-action/issues/485">#485</a>)</li> <li>chore(deps-dev): bump lint-staged from 16.1.0 to 16.1.2 (<a href="https://redirect.github.com/anchore/scan-action/issues/476">#476</a>)</li> <li>chore(deps-dev): bump jest from 30.0.0 to 30.0.3 (<a href="https://redirect.github.com/anchore/scan-action/issues/481">#481</a>)</li> <li>chore(deps-dev): bump prettier from 3.5.3 to 3.6.2 (<a href="https://redirect.github.com/anchore/scan-action/issues/483">#483</a>)</li> <li>chore(deps-dev): bump eslint from 9.28.0 to 9.30.0 (<a href="https://redirect.github.com/anchore/scan-action/issues/484">#484</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/anchore/scan-action/commit/16910ac423301c6d30554b83a7f71ac6ff4a51f3"><code>16910ac</code></a> chore(deps): update Grype to v0.95.0 (<a href="https://redirect.github.com/anchore/scan-action/issues/486">#486</a>)</li> <li><a href="https://github.com/anchore/scan-action/commit/caee21c7c6f323f7ff9ae46813bbe6d355716b3b"><code>caee21c</code></a> chore(deps-dev): bump eslint from 9.30.0 to 9.30.1 (<a href="https://redirect.github.com/anchore/scan-action/issues/485">#485</a>)</li> <li><a href="https://github.com/anchore/scan-action/commit/8e72b160773ce9acdc18810de44de52a9d81bca2"><code>8e72b16</code></a> chore(deps-dev): bump lint-staged from 16.1.0 to 16.1.2 (<a href="https://redirect.github.com/anchore/scan-action/issues/476">#476</a>)</li> <li><a href="https://github.com/anchore/scan-action/commit/ce1833349ae1d71f2124daf026889476b5505349"><code>ce18333</code></a> chore(deps-dev): bump jest from 30.0.0 to 30.0.3 (<a href="https://redirect.github.com/anchore/scan-action/issues/481">#481</a>)</li> <li><a href="https://github.com/anchore/scan-action/commit/d13bb39e72c50848b1a60be83ea196d4c19804f2"><code>d13bb39</code></a> chore(deps-dev): bump prettier from 3.5.3 to 3.6.2 (<a href="https://redirect.github.com/anchore/scan-action/issues/483">#483</a>)</li> <li><a href="https://github.com/anchore/scan-action/commit/f061ae87c53f755f3e60b3ba3615e6e483ea9295"><code>f061ae8</code></a> chore(deps-dev): bump eslint from 9.28.0 to 9.30.0 (<a href="https://redirect.github.com/anchore/scan-action/issues/484">#484</a>)</li> <li>See full diff in <a href="https://github.com/anchore/scan-action/compare/be7a22da4f22dde446c4c4c099887ff5b256526c...16910ac423301c6d30554b83a7f71ac6ff4a51f3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anchore/scan-action&package-manager=github_actions&previous-version=6.3.0&new-version=6.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f9705b5 commit 1088157

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.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@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3.0
55+
uses: anchore/scan-action@16910ac423301c6d30554b83a7f71ac6ff4a51f3 # v6.4.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@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3.0
64+
uses: anchore/scan-action@16910ac423301c6d30554b83a7f71ac6ff4a51f3 # v6.4.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@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3.0
73+
uses: anchore/scan-action@16910ac423301c6d30554b83a7f71ac6ff4a51f3 # v6.4.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@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3.0
82+
uses: anchore/scan-action@16910ac423301c6d30554b83a7f71ac6ff4a51f3 # v6.4.0
8383
with:
8484
image: "datadog/serverless-init:latest-alpine"
8585
only-fixed: true
@@ -133,7 +133,7 @@ jobs:
133133
format: table
134134

135135
- name: Scan amd64 image with grype
136-
uses: anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3.0
136+
uses: anchore/scan-action@16910ac423301c6d30554b83a7f71ac6ff4a51f3 # v6.4.0
137137
with:
138138
image: "datadog/build-lambda-extension-amd64:${{ env.VERSION }}"
139139
only-fixed: true
@@ -142,7 +142,7 @@ jobs:
142142
output-format: table
143143

144144
- name: Scan arm64 image with grype
145-
uses: anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3.0
145+
uses: anchore/scan-action@16910ac423301c6d30554b83a7f71ac6ff4a51f3 # v6.4.0
146146
with:
147147
image: "datadog/build-lambda-extension-arm64:${{ env.VERSION }}"
148148
only-fixed: true
@@ -151,7 +151,7 @@ jobs:
151151
output-format: table
152152

153153
- name: Scan binary files with grype
154-
uses: anchore/scan-action@be7a22da4f22dde446c4c4c099887ff5b256526c # v6.3.0
154+
uses: anchore/scan-action@16910ac423301c6d30554b83a7f71ac6ff4a51f3 # v6.4.0
155155
with:
156156
path: go/src/github.com/DataDog/datadog-lambda-extension/.layers
157157
only-fixed: true

0 commit comments

Comments
 (0)