File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
311name : ' Dependency Review'
412description : ' Prevent the introduction of dependencies with known vulnerabilities'
513author : ' GitHub'
@@ -56,23 +64,18 @@ inputs:
5664 retry-on-snapshot-warnings :
5765 description : Whether to retry on snapshot warnings
5866 required : false
59- default : false
6067 retry-on-snapshot-warnings-timeout :
6168 description : Number of seconds to wait before stopping snapshot retries.
6269 required : false
63- default : 120
6470 warn-only :
6571 description : When set to `true` this action will always complete with success, overriding the `fail-on-severity` parameter.
6672 required : false
67- default : false
6873 show-openssf-scorecard :
6974 description : Show a summary of the OpenSSF Scorecard scores.
7075 required : false
71- default : true
7276 warn-on-openssf-scorecard-level :
7377 description : Numeric threshold for the OpenSSF Scorecard score. If the score is below this threshold, the action will warn you.
7478 required : false
75- default : 3
7679outputs :
7780 comment-content :
7881 description : Prepared dependency report comment
You can’t perform that action at this time.
0 commit comments