Skip to content

Commit

Permalink
ci: Fix trivy action timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Nov 5, 2024
1 parent 4dfeb58 commit f00d666
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:
- main
Expand Down Expand Up @@ -39,7 +40,10 @@ jobs:
REPO=ghcr.io/rancher/aks-operator
COMMIT=${{ github.sha }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.28.0
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/aks-operator:${{ github.sha }}"
format: "table"
Expand Down

0 comments on commit f00d666

Please sign in to comment.