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.
2 parents f15329d + 714fced commit ae7dc6fCopy full SHA for ae7dc6f
1 file changed
.github/workflows/sca-container-scan.yml
@@ -19,6 +19,7 @@ permissions:
19
jobs:
20
dependency-review:
21
name: Dependency Vulnerability Scan (SCA)
22
+ if: github.event_name == 'pull_request'
23
runs-on: ubuntu-latest
24
timeout-minutes: 15
25
permissions:
0 commit comments