From 3d46598e701e8ece68cb1e0516b91e0594e6bd21 Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl Date: Tue, 3 Jan 2023 13:33:43 +0100 Subject: [PATCH] Add disabling explanation in audit-allow-list --- scripts/audit-allow-list | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/audit-allow-list b/scripts/audit-allow-list index c7c60553..7ff67226 100755 --- a/scripts/audit-allow-list +++ b/scripts/audit-allow-list @@ -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.