Skip to content

Commit

Permalink
build: Run trivy and checks workflow for pull request synchronize event
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanmaity1234 committed Oct 9, 2023
1 parent 211eecf commit 71ae756
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths-ignore:
- 'CHANGELOG.md'
pull_request:
types: [ opened, reopened, review_requested, edited, ready_for_review ]
types: [ opened, reopened, review_requested, edited, ready_for_review, synchronize ]
schedule:
- cron: '0 6 * * 1-5'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'Dockerfile'
- '.github/workflows/trivy.yaml'
pull_request:
types: [ opened, reopened, review_requested, edited, ready_for_review ]
types: [ opened, reopened, review_requested, edited, ready_for_review, synchronize ]
paths:
- 'Dockerfile'
- '.github/workflows/trivy.yaml'
Expand Down
3 changes: 1 addition & 2 deletions .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ fileignoreconfig:
checksum: 5d60138edf428b8b1bf147cea770ac3241c08d44ae51089665a7004e6ba3e291
- filename: .github/workflows/checks.yml
checksum: 75f3d0a921e1c03e421b63dc3bd0d1708eb5e7cd0d13589cd285331fe758c8bb
- filename: .github/workflows/trivy.yaml
checksum: afa93088ced13a178770c327684b3343fdf9e3c4ab3b89c7cf4e6a06b13ed53d
- filename: CHANGELOG.md
checksum: c6c036d8bc39ed89984d47d43a6831a9aa943a41a0ab90d034ee1cf6ed616e5a
- filename: README.md
Expand Down Expand Up @@ -131,6 +129,7 @@ allowed_patterns:
- key:\s\$\{\{\srunner\.os\s\}\}-\$\{\{\ssteps\.get-date\.outputs\.date\s\}\}-nvd-nist-cache-\$\{\{\shashFiles\(\'\*\*\/\*\.gradle\*\'\)\s\}\}
- key:\s\$\{\{\srunner\.os\s\}\}-node-\$\{\{\shashFiles\(\'\*\*\/package-lock\.json\'\)\s\}\}
- key:\s\$\{\{\srunner\.os\s\}\}-gradle-\$\{\{\shashFiles\(\'\*\*\/\*\.gradle\*\'\)\s\}\}
- key:\s\$\{\{\srunner\.os\s\}\}-bootjar-\$\{\{\shashFiles\(\'\*\*\/\*\.gradle\*\'\)\s\}\}
- key:\spitestHistory-\$\{\{\shashFiles\(\'\*\*\/\*\.gradle\*\'\)\s\}\}
- password:\s\$\{\{\ssecrets\.DOCKER_HUB_PASSWORD\s\}\}
- \(\[.*\]\(https:\/\/github\.com\/otto-de\/gitactionboard\/commit\/.*\)\)
Expand Down

0 comments on commit 71ae756

Please sign in to comment.