Skip to content

Commit

Permalink
Run trivy only weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
esoergel committed Oct 2, 2024
1 parent b70edca commit 3294856
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
# pull_request:
# branches: [ "master" ]
schedule:
- cron: '20 15 * * 5'
- cron: '35 6 * * 6'

jobs:
analyze:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
name: trivy

on:
push:
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
# push:
# branches: [ "master" ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ "master" ]
schedule:
- cron: '35 6 * * 6'

Expand Down

0 comments on commit 3294856

Please sign in to comment.