Skip to content

Commit

Permalink
build(deps): bump anchore/scan-action from 6.0.0 to 6.1.0 (#522)
Browse files Browse the repository at this point in the history
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 6.0.0 to 6.1.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@abae793...7c05671)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent fff85cc commit f476753
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/serverless-vuln-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
format: table

- name: Scan latest release image with grype
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
with:
image: "public.ecr.aws/datadog/lambda-extension:latest"
only-fixed: true
Expand All @@ -61,7 +61,7 @@ jobs:
output-format: table

- name: Scan latest-alpine release image with grype
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
with:
image: "public.ecr.aws/datadog/lambda-extension:latest-alpine"
only-fixed: true
Expand All @@ -70,7 +70,7 @@ jobs:
output-format: table

- name: Scan latest serverless-init image with grype
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
with:
image: "datadog/serverless-init:latest"
only-fixed: true
Expand All @@ -79,7 +79,7 @@ jobs:
output-format: table

- name: Scan latest-alpine serverless-init image with grype
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
with:
image: "datadog/serverless-init:latest-alpine"
only-fixed: true
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
format: table

- name: Scan amd64 image with grype
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
with:
image: "datadog/build-lambda-extension-amd64:${{ env.VERSION }}"
only-fixed: true
Expand All @@ -135,7 +135,7 @@ jobs:
output-format: table

- name: Scan arm64 image with grype
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
with:
image: "datadog/build-lambda-extension-arm64:${{ env.VERSION }}"
only-fixed: true
Expand All @@ -144,7 +144,7 @@ jobs:
output-format: table

- name: Scan binary files with grype
uses: anchore/scan-action@abae793926ec39a78ab18002bc7fc45bbbd94342 # v6.0.0
uses: anchore/scan-action@7c05671ae9be166aeb155bad2d7df9121823df32 # v6.1.0
with:
path: go/src/github.com/DataDog/datadog-lambda-extension/.layers
only-fixed: true
Expand Down

0 comments on commit f476753

Please sign in to comment.