Complete functionality for handling remote config file
This commit is contained in:
+6
-2
@@ -32,9 +32,13 @@ inputs:
|
||||
allow-ghsas:
|
||||
description: Comma-separated list of allowed Github Advisory IDs (e.g. "GHSA-abcd-1234-5679, GHSA-efgh-1234-5679")
|
||||
required: false
|
||||
external-repository-token:
|
||||
description: A token for fetching external configuration files if they live in another repository.
|
||||
remote-config-repo-token:
|
||||
description: A token for fetching external configuration file if it lives in another repository. It is required if the repository is private
|
||||
required: false
|
||||
remote-config-file:
|
||||
description: 'Path to the configuration file in another repository.'
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
||||
Reference in New Issue
Block a user