Skip to content

Commit 3d46598

Browse files
committed
Add disabling explanation in audit-allow-list
1 parent 894a049 commit 3d46598

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/audit-allow-list

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env node
22

3+
// NEEDS TO BE UPDATED TO WORK ON NODE 16 BECAUSE NPM AUDIT --JSON OUTPUT CHANGED
4+
// THE AUDIT WORKFLOW IS ONLY RUN ON PRS, BUT IT CAN BE IGNORED AND A RELEASE CAN BE CREATED NONETHELESS
5+
// @fhammerl @rentziass
6+
37
/*
48
This script takes the output of npm audit --json from stdin
59
and writes a filtered version to stdout.

0 commit comments

Comments
 (0)