Skip to content

Commit

Permalink
fix: salus
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaroraminelli-cb committed Jan 18, 2024
1 parent 3ec07a8 commit e9cac31
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/salus-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set the correct Node version using nvm
shell: bash -l {0}
run: nvm install
- name: Salus Scan
id: salus_scan
uses: federacy/[email protected]
with:
active_scanners: "\n - PatternSearch\n - Semgrep\n - Trufflehog\n - YarnAudit"
- uses: actions/checkout@v2
- name: Salus Scan
id: salus_scan
uses: federacy/[email protected]
with:
active_scanners: "\n - PatternSearch\n - Semgrep\n - Trufflehog"

0 comments on commit e9cac31

Please sign in to comment.