chore: fix salus workflow #18
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Salus Security Scan | |
on: [pull_request, push] | |
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" |