Skip to content

Commit d59967d

Browse files
build(deps): bump anchore/scan-action from 7.3.0 to 7.3.1 (#1010)
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 7.3.0 to 7.3.1. <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>v7.3.1</h2> <h2>⬆️ Dependencies</h2> <ul> <li>chore(deps): update Grype to v0.106.0 (<a href="https://redirect.github.com/anchore/scan-action/issues/583">#583</a>) [@<a href="https://github.com/apps/anchore-actions-token-generator">anchore-actions-token-generator[bot]</a>]</li> <li>chore(deps): bump lodash from 4.17.21 to 4.17.23 (<a href="https://redirect.github.com/anchore/scan-action/issues/580">#580</a>) [@<a href="https://github.com/apps/dependabot">dependabot[bot]</a>]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/anchore/scan-action/commit/8d2fce09422cd6037e577f4130e9b925e9a37175"><code>8d2fce0</code></a> chore(deps): update Grype to v0.106.0 (<a href="https://redirect.github.com/anchore/scan-action/issues/583">#583</a>)</li> <li><a href="https://github.com/anchore/scan-action/commit/5610d5529c10a497fcf6300fa7381a9c659a0edb"><code>5610d55</code></a> chore(deps): bump zizmorcore/zizmor-action from 0.3.0 to 0.4.1 (<a href="https://redirect.github.com/anchore/scan-action/issues/582">#582</a>)</li> <li><a href="https://github.com/anchore/scan-action/commit/2b21785a5160d32ed603f369e2d899b494e16b5f"><code>2b21785</code></a> chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 (<a href="https://redirect.github.com/anchore/scan-action/issues/581">#581</a>)</li> <li><a href="https://github.com/anchore/scan-action/commit/721262944ec083103723fad9dd482a8bbee85565"><code>7212629</code></a> chore(deps): bump lodash from 4.17.21 to 4.17.23 (<a href="https://redirect.github.com/anchore/scan-action/issues/580">#580</a>)</li> <li><a href="https://github.com/anchore/scan-action/commit/4cabd70b7db0281c788224cd6c1f225b8db0c815"><code>4cabd70</code></a> chore: tweak release drafter author and husky (<a href="https://redirect.github.com/anchore/scan-action/issues/579">#579</a>)</li> <li>See full diff in <a href="https://github.com/anchore/scan-action/compare/0d444ed77d83ee2ba7f5ced0d90d640a1281d762...8d2fce09422cd6037e577f4130e9b925e9a37175">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=7.3.0&new-version=7.3.1)](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 af110cd commit d59967d

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@0d444ed77d83ee2ba7f5ced0d90d640a1281d762 # v7.3.0
38+
uses: anchore/scan-action@8d2fce09422cd6037e577f4130e9b925e9a37175 # v7.3.1
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@0d444ed77d83ee2ba7f5ced0d90d640a1281d762 # v7.3.0
47+
uses: anchore/scan-action@8d2fce09422cd6037e577f4130e9b925e9a37175 # v7.3.1
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@0d444ed77d83ee2ba7f5ced0d90d640a1281d762 # v7.3.0
40+
uses: anchore/scan-action@8d2fce09422cd6037e577f4130e9b925e9a37175 # v7.3.1
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@0d444ed77d83ee2ba7f5ced0d90d640a1281d762 # v7.3.0
49+
uses: anchore/scan-action@8d2fce09422cd6037e577f4130e9b925e9a37175 # v7.3.1
5050
with:
5151
image: "public.ecr.aws/datadog/lambda-extension:latest-alpine"
5252
only-fixed: true

0 commit comments

Comments
 (0)