mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-17 04:04:21 +01:00
committed by
GitHub
parent
698ba4bf02
commit
963f5d89e6
5
.github/workflows/ark.trivy.yaml
vendored
5
.github/workflows/ark.trivy.yaml
vendored
@@ -25,7 +25,10 @@ jobs:
|
||||
tags: ${{ github.repository }}:${{ github.sha }}
|
||||
|
||||
- name: Run Trivy vulnerability scanner
|
||||
uses: aquasecurity/trivy-action@0.24.0
|
||||
uses: aquasecurity/trivy-action@0.28.0
|
||||
env:
|
||||
# avoid GHCR rate limits, see https://github.com/aquasecurity/trivy-db/pull/440 and https://github.com/aquasecurity/trivy-action/issues/389
|
||||
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
|
||||
with:
|
||||
image-ref: "${{ github.repository }}:${{ github.sha }}"
|
||||
format: "table"
|
||||
|
||||
Reference in New Issue
Block a user