File tree 1 file changed +10
-7
lines changed
1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
- # Avoid using default values for options here since they will
2
- # end up overriding external configurations.
1
+ # IMPORTANT
2
+ #
3
+ # Avoid setting default values for configuration options in
4
+ # this file, they will overwrite external configurations.
5
+ #
6
+ # If you are trying to find out the default value for a config
7
+ # option please take a look at the README or src/schemas.ts.
8
+ #
9
+ # If you are adding an option, make sure the Zod definition
10
+ # contains a default value.
3
11
name : ' Dependency Review'
4
12
description : ' Prevent the introduction of dependencies with known vulnerabilities'
5
13
author : ' GitHub'
@@ -56,23 +64,18 @@ inputs:
56
64
retry-on-snapshot-warnings :
57
65
description : Whether to retry on snapshot warnings
58
66
required : false
59
- default : false
60
67
retry-on-snapshot-warnings-timeout :
61
68
description : Number of seconds to wait before stopping snapshot retries.
62
69
required : false
63
- default : 120
64
70
warn-only :
65
71
description : When set to `true` this action will always complete with success, overriding the `fail-on-severity` parameter.
66
72
required : false
67
- default : false
68
73
show-openssf-scorecard :
69
74
description : Show a summary of the OpenSSF Scorecard scores.
70
75
required : false
71
- default : true
72
76
warn-on-openssf-scorecard-level :
73
77
description : Numeric threshold for the OpenSSF Scorecard score. If the score is below this threshold, the action will warn you.
74
78
required : false
75
- default : 3
76
79
outputs :
77
80
comment-content :
78
81
description : Prepared dependency report comment
You can’t perform that action at this time.
0 commit comments