Skip to content

Commit

Permalink
feat: adds support for ignores (#1)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
djmitche and moliva authored Aug 12, 2022
1 parent 35b7b53 commit bb80078
Show file tree
Hide file tree
Showing 7 changed files with 22,605 additions and 9,710 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit bb80078

Please sign in to comment.