feat: added post_url
optional metadata for tx
Frame
#972
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: Salus Scan | |
id: salus_scan | |
uses: federacy/[email protected] | |
with: | |
active_scanners: "\n - PatternSearch\n - Semgrep\n - Trufflehog" |