We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f66c7e3 + dd65971 commit 01951d9Copy full SHA for 01951d9
.github/workflows/scan.yaml
@@ -2,6 +2,7 @@ name: Scan
2
on:
3
workflow_dispatch:
4
pull_request:
5
+ branches: [ "main", "release-v*" ]
6
push:
7
branches: [ "main", "release-v*" ]
8
tags:
@@ -37,7 +38,7 @@ jobs:
37
38
REPO=ghcr.io/rancher/eks-operator
39
COMMIT=${{ github.sha }}
40
- name: Run Trivy vulnerability scanner
- uses: aquasecurity/trivy-action@0.29.0
41
+ uses: aquasecurity/trivy-action@0.34.1
42
env:
43
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
44
TRIVY_JAVA_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db
0 commit comments