Updating action.yml to include *-check config
options.
This commit is contained in:
@@ -35,6 +35,14 @@ inputs:
|
|||||||
external-repo-token:
|
external-repo-token:
|
||||||
description: A token for fetching external configuration file if it lives in another repository. It is required if the repository is private
|
description: A token for fetching external configuration file if it lives in another repository. It is required if the repository is private
|
||||||
required: false
|
required: false
|
||||||
|
license-check:
|
||||||
|
description: A boolean to determine if license checks should be performed
|
||||||
|
required: false
|
||||||
|
default: true
|
||||||
|
vulnerability-check:
|
||||||
|
description: A boolean to determine if vulnerability checks should be performed
|
||||||
|
required: false
|
||||||
|
default: true
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node16'
|
||||||
|
|||||||
Reference in New Issue
Block a user