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 147bf86 commit 990dcbcCopy full SHA for 990dcbc
.github/workflows/vulnerability-scan.yml
@@ -21,7 +21,7 @@ permissions:
21
22
jobs:
23
scan-scheduled:
24
- if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
+ if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
25
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.0.1"
26
scan-pr:
27
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}
0 commit comments