updated borders to use border directives instead of line #12210
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@v4 | |
- name: Salus Scan | |
id: salus_scan | |
uses: federacy/[email protected] | |
with: | |
active_scanners: "\n - PatternSearch\n - Semgrep\n - Trufflehog" |