Skip to content

Security Scan (Argus)

uses: huntridge-labs/argus/.github/workflows/security-scan.yml@1.8.1

Triggers

  • Push
  • Scheduled
  • Manual dispatch

Permissions

Scope Access
contents read
security-events write

Jobs

argus-scan โ€” Argus Security Scan

Runs on: ubuntu-latest ยท Timeout: 30 minutes ยท Condition: github.event_name != 'push' || !startsWith(github.event.head_commit.message, 'chore(release):')

Steps:

  1. Checkout code โ€” actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
  2. Set up Python โ€” actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1
  3. Install Argus
  4. Run Argus scan
  5. Upload SARIF results โ€” github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a
  6. Upload scan artifacts โ€” actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
  7. Post scan summary