From 5e9bcaca7c10a9394ca19c5d0391723fe6523871 Mon Sep 17 00:00:00 2001 From: Ferenc Hammerl Date: Tue, 3 Jan 2023 13:36:38 +0100 Subject: [PATCH] Update title with hint --- .github/workflows/audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index bc81e562..84e60498 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -31,7 +31,7 @@ jobs: - name: Bootstrap run: npm run bootstrap - - name: audit tools + - name: audit tools (without allow-list) run: npm audit --audit-level=moderate - name: audit packages