Skip to content

Commit 990dcbc

Browse files
authored
add manually run (#624)
Signed-off-by: Fedor Partanskiy <fredprtnsk@gmail.com>
1 parent 147bf86 commit 990dcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vulnerability-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
scan-scheduled:
24-
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
24+
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
2525
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.0.1"
2626
scan-pr:
2727
if: ${{ github.event_name == 'pull_request' || github.event_name == 'merge_group' }}

0 commit comments

Comments
 (0)