eurekadevsecops/GitHub Action for Radar CLI

Scan your code for vulnerabilities with Radar CLI — the easiest way to run multiple scanners for complete AppSec coverage.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jan 29, 2026
License
GPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: eurekadevsecops/scan-action@ddf5dd8ae548443a6bd1e6c94eba9ad24fd1113f # v2.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
folder_to_scanProvide a custom scan root directory. Defaults to the root of your GitHub repository.no${{ github.workspace }}
scannersComma-separated list of scanners to use. Example: 'opengrep,gitleaks,grype,depscan'. Defaults to 'all' if not given.noall
export_findings_to_ghasUpload findings to Github Advanced Security. This requires your repository to have GitHub Code Scanning enabled.nofalse
tokenOptional Eureka ASPM auth token, used to upload findings to the Eureka ASPM platform. Can be left out if you don't want to upload findings to Eureka ASPM.no""
namedescription
reportReport with consolidated findings from all scanners run by Radar CLI. Report is in SARIF format.