mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-08-15 01:05:58 +08:00
Add disabling explanation in audit-allow-list
This commit is contained in:
parent
894a0490f9
commit
3d46598e70
@ -1,5 +1,9 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
|
// NEEDS TO BE UPDATED TO WORK ON NODE 16 BECAUSE NPM AUDIT --JSON OUTPUT CHANGED
|
||||||
|
// THE AUDIT WORKFLOW IS ONLY RUN ON PRS, BUT IT CAN BE IGNORED AND A RELEASE CAN BE CREATED NONETHELESS
|
||||||
|
// @fhammerl @rentziass
|
||||||
|
|
||||||
/*
|
/*
|
||||||
This script takes the output of npm audit --json from stdin
|
This script takes the output of npm audit --json from stdin
|
||||||
and writes a filtered version to stdout.
|
and writes a filtered version to stdout.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user