Skip to content

Commit 889595f

Browse files
authored
Merge pull request #2098 from rancher-teja/release-v2.13-teja
Release v2.13 teja
2 parents 4c91cc6 + 8910eb5 commit 889595f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/scan.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Scan
22
on:
33
workflow_dispatch:
44
pull_request:
5+
branches: [ "main", "release-v*" ]
56
push:
67
branches: [ "main", "release-v*" ]
78
tags:
@@ -37,7 +38,7 @@ jobs:
3738
REPO=ghcr.io/rancher/eks-operator
3839
COMMIT=${{ github.sha }}
3940
- name: Run Trivy vulnerability scanner
40-
uses: aquasecurity/trivy-action@0.33.1
41+
uses: aquasecurity/trivy-action@0.34.1
4142
env:
4243
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
4344
TRIVY_JAVA_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db

0 commit comments

Comments
 (0)