Skip to content

Commit

Permalink
Add disabling explanation in audit-allow-list
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerl committed Jan 3, 2023
1 parent 894a049 commit 3d46598
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/audit-allow-list
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/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
and writes a filtered version to stdout.
Expand Down

0 comments on commit 3d46598

Please sign in to comment.