Skip to content

Commit bb80078

Browse files
djmitchemoliva
andauthored
feat: adds support for ignores (rustsec#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 <[email protected]>
1 parent 35b7b53 commit bb80078

File tree

7 files changed

+22605
-9710
lines changed

7 files changed

+22605
-9710
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v16

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ inputs:
88
token:
99
description: GitHub Actions token
1010
required: true
11+
ignore:
12+
description: Comma-separated list of advisory ids to ignore
13+
required: false
1114

1215
runs:
1316
using: 'node12'

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)