Skip to content

OSV Dependency Scanner

OSV Dependency Scanner - Reusable Workflow

THIN WRAPPER: This workflow delegates to the scanner-osv composite action. All scanning logic is in: .github/actions/scanner-osv/action.yml

For GHES users: Use the composite action directly instead of this workflow. See: examples/github-enterprise/sast-only.yml

uses: huntridge-labs/argus/.github/workflows/scanner-osv.yml@0.6.7

Triggers

  • Manual dispatch
  • Reusable (called by other workflows)

Permissions

Scope Access
contents read
security-events write
actions read
pull-requests write

Inputs

Input Description Required Default
post_pr_comment Whether to post PR comments boolean No True
enable_code_security Whether GitHub Code Security is enabled for this repository boolean No False
fail_on_severity Fail if findings at or above this severity. Options: none, low, medium, high, critical. string No none
scan_path Path to scan for lockfiles and dependency manifests string No .
lockfile Specific lockfile path to scan (auto-discovers if empty) string No โ€”
recursive Scan subdirectories recursively for lockfiles boolean No True

Jobs

osv-scan โ€” OSV Dependency Scan

Runs on: ubuntu-latest ยท Timeout: 15 minutes ยท Continue on error: Yes

Steps:

  1. Checkout repository โ€” actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
  2. Run OSV Scanner โ€” huntridge-labs/argus/.github/actions/scanner-osv@0.6.7

Actions used:

All Composite Actions Referenced