Skip to content

Commit

Permalink
ci: Fix trivy action timeout
Browse files Browse the repository at this point in the history
(cherry picked from commit f11b2b5)
  • Loading branch information
yiannistri committed Nov 6, 2024
1 parent 6e5eac0 commit 9b8e9f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Scan
on:
workflow_dispatch:
pull_request:
branches:
- release-v2.9
Expand Down Expand Up @@ -39,7 +40,10 @@ jobs:
REPO=ghcr.io/rancher/eks-operator
COMMIT=${{ github.sha }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/[email protected]
env:
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
TRIVY_JAVA_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db
with:
image-ref: "ghcr.io/rancher/eks-operator:${{ github.sha }}"
format: "table"
Expand Down

0 comments on commit 9b8e9f5

Please sign in to comment.