Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/serverless-init-vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Scan latest serverless-init image with grype
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
uses: anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7.0.1
with:
image: "datadog/serverless-init:latest"
only-fixed: true
Expand All @@ -44,7 +44,7 @@ jobs:
output-format: table

- name: Scan latest-alpine serverless-init image with grype
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
uses: anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7.0.1
with:
image: "datadog/serverless-init:latest-alpine"
only-fixed: true
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Scan latest release image with grype
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
uses: anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7.0.1
with:
image: "public.ecr.aws/datadog/lambda-extension:latest"
only-fixed: true
Expand All @@ -45,7 +45,7 @@ jobs:
output-format: table

- name: Scan latest-alpine release image with grype
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
uses: anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7.0.1
with:
image: "public.ecr.aws/datadog/lambda-extension:latest-alpine"
only-fixed: true
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
format: table

- name: Scan amd64 image with grype
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
uses: anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7.0.1
with:
image: "datadog/build-lambda-extension-amd64:${{ env.VERSION }}"
only-fixed: true
Expand All @@ -109,7 +109,7 @@ jobs:
output-format: table

- name: Scan arm64 image with grype
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
uses: anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7.0.1
with:
image: "datadog/build-lambda-extension-arm64:${{ env.VERSION }}"
only-fixed: true
Expand All @@ -118,7 +118,7 @@ jobs:
output-format: table

- name: Scan binary files with grype
uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
uses: anchore/scan-action@9e8428812aebf5a6a5fc3fdd55de39d1c79b8b12 # v7.0.1
with:
path: go/src/github.com/DataDog/datadog-lambda-extension/.layers
only-fixed: true
Expand Down
Loading