Skip to content

Commit 9bc288c

Browse files
Merge pull request #112 from DataDog/dependabot/github_actions/gh-actions-packages-b9ca4b3f2d
chore(deps): bump aquasecurity/trivy-action from 0.31.0 to 0.32.0 in the gh-actions-packages group
2 parents 86ca8b4 + 50da4e0 commit 9bc288c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Push images
4545
run: ./build --push
4646
- name: Run Trivy vulnerability scanner
47-
uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # v0.31.0
47+
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # v0.32.0
4848
with:
4949
image-ref: '${{ steps.build.outputs.LATEST_IMAGE_TAG }}'
5050
format: 'sarif'

.github/workflows/vuln-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
docker-images: false # Do not remove locally built images (including trivy scanner)
3131

3232
- name: Run Trivy vulnerability scanner
33-
uses: aquasecurity/trivy-action@76071ef0d7ec797419534a183b498b4d6366cf37 # v0.31.0
33+
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # v0.32.0
3434
with:
3535
image-ref: 'ghcr.io/datadog/dd-trace-java-docker-build:latest'
3636
format: 'sarif'

0 commit comments

Comments
 (0)