Skip to content

Commit

Permalink
fix: salus yarn audit report
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaroraminelli-cb committed Jan 18, 2024
1 parent 600f3de commit 9ae2c87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/salus-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- name: Salus Scan
id: salus_scan
uses: federacy/[email protected]
with:
node-version: 18
active_scanners: "\n - PatternSearch\n - Semgrep\n - Trufflehog\n - YarnAudit"

0 comments on commit 9ae2c87

Please sign in to comment.