File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ signed layer bundle:
330330build java lambdas:
331331 stage: integration-tests
332332 image: registry.ddbuild.io /images/docker:27.3.1
333- tags: [" docker-in-docker:microvm- arm64" ]
333+ tags: [" docker-in-docker:arm64" ]
334334 rules:
335335 - when: on_success
336336 needs: []
@@ -349,7 +349,7 @@ build java lambdas:
349349build dotnet lambdas:
350350 stage: integration-tests
351351 image: registry.ddbuild.io/images/docker:27.3.1
352- tags: ["docker-in-docker:microvm- arm64"]
352+ tags: ["docker-in-docker:arm64"]
353353 rules:
354354 - when: on_success
355355 needs: []
@@ -368,7 +368,7 @@ build dotnet lambdas:
368368build python lambdas:
369369 stage: integration-tests
370370 image: registry.ddbuild.io /images/docker:27.3.1
371- tags: [" docker-in-docker:microvm- arm64" ]
371+ tags: [" docker-in-docker:arm64" ]
372372 rules:
373373 - when: on_success
374374 needs: []
@@ -387,7 +387,7 @@ build python lambdas:
387387build node lambdas:
388388 stage: integration-tests
389389 image: registry.ddbuild.io/images/docker:27.3.1
390- tags: ["docker-in-docker:microvm- arm64"]
390+ tags: ["docker-in-docker:arm64"]
391391 rules:
392392 - when: on_success
393393 needs: []
You can’t perform that action at this time.
0 commit comments