File tree 2 files changed +20
-2
lines changed
2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11
11
description : " Specify package manager (npm or yarn)"
12
12
required : false
13
13
default : " yarn"
14
+ script :
15
+ description : " Specify the build script to run"
16
+ required : false
17
+ type : string
18
+ default : " yarn build"
14
19
15
20
schedule :
16
21
- cron : " 0 0 * * 1"
21
26
with :
22
27
base_branch : ${{ github.event.inputs.base_branch || 'main' }}
23
28
package_manager : " yarn"
29
+ script : ${{ github.event.inputs.script || 'yarn build' }}
24
30
25
31
permissions :
26
32
contents : write
27
33
pull-requests : write
28
34
packages : read
29
- issues : write
35
+ issues : write
Original file line number Diff line number Diff line change @@ -4,4 +4,16 @@ reason = "It is a test dependency"
4
4
5
5
[[IgnoredVulns ]]
6
6
id = " GHSA-vg6x-rcgg-rjx6"
7
- reason = " It is a test dependency"
7
+ reason = " It is a test dependency"
8
+
9
+ [[IgnoredVulns ]]
10
+ id = " GHSA-h5c3-5r3r-rr8q"
11
+ reason = " Untrusted headers are not processed"
12
+
13
+ [[IgnoredVulns ]]
14
+ id = " GHSA-rmvr-2pp2-xj38"
15
+ reason = " Untrusted headers are not processed"
16
+
17
+ [[IgnoredVulns ]]
18
+ id = " GHSA-xx4v-prfh-6cgc"
19
+ reason = " Untrusted headers are not processed"
You can’t perform that action at this time.
0 commit comments