Skip to content

Commit

Permalink
GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
godofgeeks23 committed Sep 6, 2023
1 parent b6f486c commit fbd1e7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anchore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: Anchore Grype vulnerability scan

on:
push:
branches: [ "release-6.0.0" ]
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "release-6.0.0" ]
branches: [ "master" ]
schedule:
- cron: '41 17 * * 5'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snyk-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ name: Snyk Container

on:
push:
branches: [ "release-6.0.0" ]
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "release-6.0.0" ]
branches: [ "master" ]
schedule:
- cron: '40 17 * * 3'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name: trivy

on:
push:
branches: [ "release-6.0.0" ]
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "release-6.0.0" ]
branches: [ "master" ]
schedule:
- cron: '43 12 * * 5'

Expand Down

0 comments on commit fbd1e7c

Please sign in to comment.