Skip to content

feat: Add "verbose" and "quiet" flags to control the level of command output #105

feat: Add "verbose" and "quiet" flags to control the level of command output

feat: Add "verbose" and "quiet" flags to control the level of command output #105

Workflow file for this run

name: Salus
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
salus_scan_job:
runs-on: ubuntu-latest
name: Salus Security Scan
steps:
- uses: actions/checkout@v3
- name: Salus Scan
id: salus_scan
uses: federacy/scan-action@0.1.4
with:
active_scanners: "\n - GoOSV\n - GoPackageScanner\n - Gosec\n - PatternSearch\n - ReportGoDep\n - Trufflehog"