Naoki Oketani 9931b4d0d0 Set Issue assignees by inputs (#10)
* Set Issue assignees by inputs

* remove unused file

* Revert "remove unused file"

This reverts commit f308fad240706376cf21c6df7490b84c66ef1905.

* npm run all

* add heading to README

* create issue templates
2019-12-09 09:41:29 +09:00
2019-12-09 09:41:29 +09:00
2019-12-09 09:41:29 +09:00
2019-12-08 22:10:35 +09:00
2019-12-08 19:17:13 +09:00
2019-12-08 19:17:13 +09:00
2019-12-08 19:17:13 +09:00
2019-12-08 19:17:13 +09:00
2019-12-08 19:17:13 +09:00
2019-12-09 09:41:29 +09:00
2019-12-08 19:17:13 +09:00
2019-12-08 22:10:35 +09:00
2019-12-09 09:41:29 +09:00
2019-12-08 19:17:13 +09:00

npm audit action

GitHub Action to run npm audit

Usage

Inputs

Parameter Required Default Value Description
issue_assignees false N/A Issue assignees (separeted by commma)
issue_title false npm audit found vulnerabilities Issue title
token true N/A GitHub Access Token.
${{ secrets.GITHUB_TOKEN }} is recommended.

Outputs

N/A

Example Workflow

TBD

Description
A scuffed port of npm-audit-action to Gitea-js
Readme MIT 6.1 MiB
Languages
TypeScript 91.9%
JavaScript 8.1%