Skip to content

Commit 86ac580

Browse files
author
Aisura
committed
ci: re-enable trivy vulnerability scanning with SHA-pinned action
1 parent 0c152ad commit 86ac580

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ jobs:
8989
interval: 10
9090
retries: 8
9191

92-
# - name: Upload Trivy report as artifact
93-
# uses: actions/upload-artifact@v4
94-
# with:
95-
# name: trivy-report
96-
# path: /tmp/trivy-report-*.json
97-
#
92+
- name: Upload Trivy report as artifact
93+
uses: actions/upload-artifact@v4
94+
with:
95+
name: trivy-report
96+
path: /tmp/trivy-report-*.json
97+
9898
- name: Push image
9999
uses: docker/build-push-action@v6
100100
with:

0 commit comments

Comments
 (0)