From 178be75239a0525dea13a7e865d391f3b9040680 Mon Sep 17 00:00:00 2001 From: Alvaro Raminelli Date: Thu, 18 Jan 2024 09:58:37 -0800 Subject: [PATCH] fix: salus yarn audit --- .github/workflows/salus-scan.yml | 2 +- package.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/salus-scan.yml b/.github/workflows/salus-scan.yml index 272bf90f46..c87ef57a65 100644 --- a/.github/workflows/salus-scan.yml +++ b/.github/workflows/salus-scan.yml @@ -11,4 +11,4 @@ jobs: id: salus_scan uses: federacy/scan-action@0.1.4 with: - active_scanners: "\n - PatternSearch\n - Semgrep\n - Trufflehog" + active_scanners: "\n - PatternSearch\n - Semgrep\n - Trufflehog\n - YarnAudit" diff --git a/package.json b/package.json index 13d7fd159c..dee584ce88 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,9 @@ "src/", "dist/" ], + "engines": { + "node": "18.14" + }, "type": "commonjs", "main": "./dist/src/index.js", "typings": "./dist/src/index.d.ts",