Linting YAML
This commit is contained in:
+2
-2
@@ -3,11 +3,11 @@ description: 'Prevent the introduction of dependencies with known vulnerabilitie
|
|||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
repo-token:
|
repo-token:
|
||||||
description: 'Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.'
|
description: Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.
|
||||||
required: false
|
required: false
|
||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
fail-on-severity:
|
fail-on-severity:
|
||||||
description: 'Don't block PRs below this severity. Possible values are `low`, `moderate`, `high`, `critical`.'
|
description: Don't block PRs below this severity. Possible values are `low`, `moderate`, `high`, `critical`.
|
||||||
required: false
|
required: false
|
||||||
default: 'low'
|
default: 'low'
|
||||||
allow-licenses:
|
allow-licenses:
|
||||||
|
|||||||
Reference in New Issue
Block a user