2019-12-08 22:10:35 +09:00
|
|
|
# npm audit action
|
2019-12-08 19:17:13 +09:00
|
|
|
|
2019-12-08 22:10:35 +09:00
|
|
|
GitHub Action to run `npm audit`
|
2019-12-09 08:51:14 +09:00
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
### Inputs
|
|
|
|
|
|
|
|
|
|
|Parameter|Required|Default Value|Description|
|
|
|
|
|
|:--:|:--:|:--:|:--|
|
|
|
|
|
|issue_title|false|npm audit found vulnerabilities|Issue title|
|
|
|
|
|
|token|true|N/A|GitHub Access Token.<br>${{ secrets.GITHUB_TOKEN }} is recommended.|
|