File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 16
16
inputs :
17
17
git_integrate :
18
18
type : " choice"
19
- description : " {Boolean} Whether to integrate with Git to perform scan by the commits."
19
+ description : " {Boolean} Whether to integrate with Git to perform scan by every commits."
20
20
required : false
21
21
default : " False"
22
22
options :
23
23
- " False"
24
24
- " True"
25
25
git_limit :
26
26
type : " string"
27
- description : " {UInt } Limit on how many Git commits will scan."
27
+ description : " {UInt64 } Limit on how many Git commits will scan."
28
28
required : false
29
29
default : " 0"
30
30
git_reverse :
38
38
jobs :
39
39
main :
40
40
name : " Main"
41
- uses : " hugoalh/hugoalh/.github/workflows/reusable-scan-virus.yml@main"
41
+ uses : " hugoalh/hugoalh/.github/workflows/reusable-scan-virus-1 .yml@main"
42
42
with :
43
43
git_integrate : " ${{github.event.inputs.git_integrate || 'False'}}"
44
44
git_limit : " ${{github.event.inputs.git_limit || '0'}}"
45
45
git_reverse : " ${{github.event.inputs.git_reverse || 'False'}}"
46
+ ignores_post : |-
47
+ Param($ElementPostMeta)
48
+ Return (
49
+ $ElementPostMeta.Path -imatch '^node_modules[\/]'
50
+ )
You can’t perform that action at this time.
0 commit comments