We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ef522 commit 4f52179Copy full SHA for 4f52179
.github/workflows/trivy.yml
@@ -6,7 +6,7 @@ name: Trivy Scan
6
# events but only for the master branch
7
on:
8
pull_request:
9
- branches: [dev]
+ branches: [master]
10
types: [opened, synchronize, reopened]
11
12
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
0 commit comments