We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894a049 commit 3d46598Copy full SHA for 3d46598
scripts/audit-allow-list
@@ -1,5 +1,9 @@
1
#!/usr/bin/env node
2
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
+
7
/*
8
This script takes the output of npm audit --json from stdin
9
and writes a filtered version to stdout.
0 commit comments