Skip to content

Commit

Permalink
fix: salus yarn audit
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaroraminelli-cb committed Jan 18, 2024
1 parent 03cfc2b commit 178be75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/salus-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
id: salus_scan
uses: federacy/[email protected]
with:
active_scanners: "\n - PatternSearch\n - Semgrep\n - Trufflehog"
active_scanners: "\n - PatternSearch\n - Semgrep\n - Trufflehog\n - YarnAudit"
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"src/",
"dist/"
],
"engines": {
"node": "18.14"
},
"type": "commonjs",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
Expand Down

0 comments on commit 178be75

Please sign in to comment.