Public Access
feat: adds support for ignores (#1)
* feat: adding optional ignore list * chore: updating lock file * format: prettier tak * chore: new build * chore: adding nvm rc to avoid error with vercel and node v17 * chore: bumping version to 1.3.0 * fix: gh actions does not support sequences as input * chore: refresh build * refactor: use getInputList from actos-rs/core * add ignore to action.yml Co-authored-by: moliva <oliva.miguelh@gmail.com>
This commit is contained in:
co-authored by
moliva
parent
35b7b53b1e
commit
bb800784d9
@@ -8,6 +8,9 @@ inputs:
|
||||
token:
|
||||
description: GitHub Actions token
|
||||
required: true
|
||||
ignore:
|
||||
description: Comma-separated list of advisory ids to ignore
|
||||
required: false
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
|
||||
Reference in New Issue
Block a user