There was an error while loading. Please reload this page.
1 parent ecea95c commit 8c2b26cCopy full SHA for 8c2b26c
1 file changed
.github/workflows/action-comment-pr.yml
@@ -1,6 +1,12 @@
1
name: Vulnify Security Scan
2
3
on:
4
+ workflow_call:
5
+ inputs:
6
+ fail_on:
7
+ required: false
8
+ default: any
9
+ type: string
10
pull_request:
11
push:
12
branches: [ main, master ]
0 commit comments