Skip to content

Merge branch 'main' into alvaroraminelli-cb/fix-salus-ci #10

Merge branch 'main' into alvaroraminelli-cb/fix-salus-ci

Merge branch 'main' into alvaroraminelli-cb/fix-salus-ci #10

Workflow file for this run

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

Check failure on line 11 in .github/workflows/salus-scan.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/salus-scan.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
run: nvm install
- name: Salus Scan
id: salus_scan
uses: federacy/[email protected]
with:
active_scanners: "\n - PatternSearch\n - Semgrep\n - Trufflehog\n - YarnAudit"