This website requires JavaScript.
Explore
Help
Register
Sign In
nna
/
npm-audit-action
Watch
3
Star
0
Fork
0
You've already forked npm-audit-action
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
be0cdcbe106e5451b555a2eaf9df52d90902dfd0
npm-audit-action
/
__tests__
/
main.test.ts
4 lines
60 B
TypeScript
Raw
Normal View
History
Unescape
Escape
setup repo & run `npm audit` (#1)
2019-12-08 22:10:35 +09:00
describe
(
'main'
,
(
)
=
>
{
Open a GitHub Issue if vulnerabilities are found (#8) * Get GitHub access token from input * install npm package * fix TypeScript error to successfully build ref: https://github.com/actions/toolkit/issues/199 * npm i strip-ansi to remove control characters * create an issue * use template literal to pass lint * npm run format; npm run lint * use inputs.issue_title as issue title * document inputs.issue_title * add inputs.issue_title
2019-12-09 08:51:14 +09:00
test
.
todo
(
'Add a test suite'
)
}
)
Reference in New Issue
Copy Permalink