Complete functionality for handling remote config file

This commit is contained in:
cnagadya
2022-11-04 14:51:41 +00:00
parent 97e5a607ba
commit b4a2fbfa16
10 changed files with 267 additions and 154 deletions
+6 -2
View File
@@ -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'