From 03bb1ec6993856cd7dfe25a35db886222b17049a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 07:40:45 -0400 Subject: [PATCH] build(deps): bump anchore/scan-action from 5.0.1 to 5.1.0 (#421) Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 5.0.1 to 5.1.0. - [Release notes](https://github.com/anchore/scan-action/releases) - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/anchore/scan-action/compare/49e50b215b647c5ec97abb66f69af73c46a4ca08...ef0b0b023552a0c077534074723a9915280284bb) --- updated-dependencies: - dependency-name: anchore/scan-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/serverless-vuln-scan.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/serverless-vuln-scan.yml b/.github/workflows/serverless-vuln-scan.yml index 9021d406..41ae3adc 100644 --- a/.github/workflows/serverless-vuln-scan.yml +++ b/.github/workflows/serverless-vuln-scan.yml @@ -69,7 +69,7 @@ jobs: format: table - name: Scan amd64 image with grype - uses: anchore/scan-action@49e50b215b647c5ec97abb66f69af73c46a4ca08 # v5.0.1 + uses: anchore/scan-action@ef0b0b023552a0c077534074723a9915280284bb # v5.1.0 with: image: "datadog/build-lambda-extension-amd64:${{ env.VERSION }}" only-fixed: true @@ -78,7 +78,7 @@ jobs: output-format: table - name: Scan arm64 image with grype - uses: anchore/scan-action@49e50b215b647c5ec97abb66f69af73c46a4ca08 # v5.0.1 + uses: anchore/scan-action@ef0b0b023552a0c077534074723a9915280284bb # v5.1.0 with: image: "datadog/build-lambda-extension-arm64:${{ env.VERSION }}" only-fixed: true @@ -87,7 +87,7 @@ jobs: output-format: table - name: Scan latest release image with grype - uses: anchore/scan-action@49e50b215b647c5ec97abb66f69af73c46a4ca08 # v5.0.1 + uses: anchore/scan-action@ef0b0b023552a0c077534074723a9915280284bb # v5.1.0 with: image: "public.ecr.aws/datadog/lambda-extension:latest" only-fixed: true @@ -96,7 +96,7 @@ jobs: output-format: table - name: Scan latest-alpine release image with grype - uses: anchore/scan-action@49e50b215b647c5ec97abb66f69af73c46a4ca08 # v5.0.1 + uses: anchore/scan-action@ef0b0b023552a0c077534074723a9915280284bb # v5.1.0 with: image: "public.ecr.aws/datadog/lambda-extension:latest-alpine" only-fixed: true @@ -105,7 +105,7 @@ jobs: output-format: table - name: Scan binary files with grype - uses: anchore/scan-action@49e50b215b647c5ec97abb66f69af73c46a4ca08 # v5.0.1 + uses: anchore/scan-action@ef0b0b023552a0c077534074723a9915280284bb # v5.1.0 with: path: go/src/github.com/DataDog/datadog-lambda-extension/.layers only-fixed: true