Skip to content

Commit

Permalink
add allow-ghsas input to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkemi committed Sep 23, 2022
1 parent 12ae1bd commit 716b322
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Expand Up @@ -29,6 +29,9 @@ inputs:
deny-licenses:
description: Comma-separated list of forbidden licenses (e.g. "MIT, GPL 3.0, BSD 2 Clause")
required: false
allow-ghsas:
description: Comma-separated list of allowed Github Advisory IDs (e.g. "GHSA-abcd-1234-5679, GHSA-efgh-1234-5679")
required: false
runs:
using: 'node16'
main: 'dist/index.js'

0 comments on commit 716b322

Please sign in to comment.