Skip to content

Commit 885dc61

Browse files
authored
Update trivy.yml
1 parent fe41bad commit 885dc61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/trivy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ on:
1111
- master
1212
# cron scan is same as codeql-analysis job
1313
schedule:
14-
- cron: '55 * * * *'
14+
- cron: '10 18 * * 2'
1515

1616
jobs:
1717
scan:
18-
18+
if: ${{ github.repository == 'CrunchyData/postgres-operator' }}
19+
1920
permissions:
2021
# for github/codeql-action/upload-sarif to upload SARIF results
2122
security-events: write

0 commit comments

Comments
 (0)