Skip to content

Commit 5bdfb42

Browse files
authored
Fix security scan (#1546)
1 parent 876f489 commit 5bdfb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly-security-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
branch: [ main, release-1.33, release-1.32, release-1.31 ]
16+
branch: [ master, release-1.33, release-1.32, release-1.31 ]
1717
name: Trivy
1818
runs-on: ubuntu-latest
1919
steps:

0 commit comments

Comments
 (0)