Skip to content

Commit c6e6b21

Browse files
build(deps): bump aquasecurity/trivy-action from 0.24.0 to 0.25.0
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.24.0 to 0.25.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@6e7b7d1...f781cce) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 911cb7b commit c6e6b21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/serverless-vuln-scan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,31 @@ jobs:
3434
./scripts/build_binary_and_layer_dockerized.sh
3535
3636
- name: Scan amd64 image with trivy
37-
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
37+
uses: aquasecurity/trivy-action@f781cce5aab226378ee181d764ab90ea0be3cdd8 # v0.25.0
3838
with:
3939
image-ref: "datadog/build-lambda-extension-amd64:${{ env.VERSION }}"
4040
ignore-unfixed: true
4141
exit-code: 1
4242
format: table
4343

4444
- name: Scan arm64 image with trivy
45-
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
45+
uses: aquasecurity/trivy-action@f781cce5aab226378ee181d764ab90ea0be3cdd8 # v0.25.0
4646
with:
4747
image-ref: "datadog/build-lambda-extension-arm64:${{ env.VERSION }}"
4848
ignore-unfixed: true
4949
exit-code: 1
5050
format: table
5151

5252
- name: Scan latest released image with trivy
53-
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
53+
uses: aquasecurity/trivy-action@f781cce5aab226378ee181d764ab90ea0be3cdd8 # v0.25.0
5454
with:
5555
image-ref: "public.ecr.aws/datadog/lambda-extension:latest"
5656
ignore-unfixed: true
5757
exit-code: 1
5858
format: table
5959

6060
- name: Scan latest-alpoine released image with trivy
61-
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
61+
uses: aquasecurity/trivy-action@f781cce5aab226378ee181d764ab90ea0be3cdd8 # v0.25.0
6262
with:
6363
image-ref: "public.ecr.aws/datadog/lambda-extension:latest-alpine"
6464
ignore-unfixed: true

0 commit comments

Comments
 (0)