2019-12-08 22:10:35 +09:00
|
|
|
name: 'npm audit action'
|
|
|
|
|
description: 'run npm audit'
|
|
|
|
|
author: 'Naoki Oketani <okepy.naoki@gmail.com>'
|
2019-12-08 19:17:13 +09:00
|
|
|
inputs:
|
2019-12-09 08:51:14 +09:00
|
|
|
token:
|
|
|
|
|
description: 'GitHub access token used to create an issue'
|
|
|
|
|
required: true
|
|
|
|
|
issue_title:
|
|
|
|
|
description: 'Issue title'
|
|
|
|
|
default: 'npm audit found vulnerabilities'
|
|
|
|
|
required: false
|
2019-12-08 19:17:13 +09:00
|
|
|
runs:
|
|
|
|
|
using: 'node12'
|
|
|
|
|
main: 'dist/index.js'
|