Skip to content

Commit 6ab5965

Browse files
ci: update to more recent but valid SHA
Signed-off-by: Patrick Stephens <pat@telemetryforge.io>
1 parent 94c146e commit 6ab5965

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/call-build-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
password: ${{ secrets.token }}
305305

306306
- name: Trivy - multi-arch
307-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8
307+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
308308
with:
309309
image-ref: "${{ inputs.registry }}/${{ inputs.image }}:${{ inputs.version }}"
310310
format: "table"

.github/workflows/cron-trivy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
# Deliberately chosen master here to keep up-to-date.
5858
- name: Run Trivy vulnerability scanner for any major issues
59-
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8
59+
uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1
6060
with:
6161
image-ref: local/fluent-bit:${{ matrix.local_tag }}
6262
# Filter out any that have no current fix.

0 commit comments

Comments
 (0)