microsoft/security-devops-action

Run security analyzers.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandDeprecated, do not use.
configA file path to a .gdnconfig file.
policyThe name of the well known policy to use. Defaults to GitHub.GitHub
categoriesA comma separated list of analyzer categories to run. Values secrets, code, artifacts, IaC, containers. Example IaC,secrets. Defaults to all.
languagesA comma separated list of languages to analyze. Example javascript, typescript. Defaults to all.
toolsA comma separated list of analyzer to run. Example bandit, binskim, container-mapping, eslint, templateanalyzer, terrascan, trivy.
includeToolsDeprecated
break-on-detectionsIf true, the action will fail the build when vulnerabilities are detected at or above the configured severity. Requires toolkit support for MSDO_BREAK.false
existingFilenameA SARIF filename that already exists. If it does, then the normal run will not take place and the file will instead be uploaded to MSDO backend.
namedescription
sarifFileA file path to a SARIF results file.