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-13 12:18:28 +09:00
|
|
|
github_context:
|
|
|
|
|
description: 'The `github` context'
|
|
|
|
|
default: ${{ toJson(github) }}
|
|
|
|
|
required: false
|
|
|
|
|
github_token:
|
2019-12-09 08:51:14 +09:00
|
|
|
description: 'GitHub access token used to create an issue'
|
|
|
|
|
required: true
|
2019-12-09 09:41:29 +09:00
|
|
|
issue_assignees:
|
2019-12-09 12:43:13 +09:00
|
|
|
description: 'Issue assignees (separated by commma)'
|
|
|
|
|
required: false
|
|
|
|
|
issue_labels:
|
|
|
|
|
description: 'Issue assignees (separated by commma)'
|
2019-12-09 09:41:29 +09:00
|
|
|
required: false
|
2019-12-09 08:51:14 +09:00
|
|
|
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'
|
2019-12-10 18:48:15 +09:00
|
|
|
branding:
|
|
|
|
|
icon: 'search'
|
|
|
|
|
color: 'orange'
|