actions-marketplace-validations/Contrast Verify

Verify Contrast Application by Job Outcome Policy or Vulnerability Count

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 23, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/contrast-security-oss_integration-verify-github-action@1105689bc1ba04efc2edc650c57f8166a80c2984 # no releases — HEAD as of 2026-07-13

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

namedescriptionrequireddefault
apiKeyContrast User/Service Account API Keyyes
orgIdContrast Organization IDyes
apiUrlURL of your Contrast Teamserver Instance (should begin with https:// or http://)https://app.contrastsecurity.com
serviceKeyContrast User/Service Account service key. Required if authorization not passed.
authHeaderContrast User/Service Account Authorization Header. Required if username and service key not passed.
userNameContrast User/Service Account username. Required if authorization not passed.
appIdID of the application to verify against. Required if app_name not passed.
appNameName of the application to verify against. Required if app_id not passed.
buildNumberBuild number / application version to check vulnerabilities against.
failThresholdNumber of vulnerabilities that are needed to fail the build (not used if there is a defined job outcome policy)0
jobStartTimeFilter vulnerabilities first found after this timestamp (formatted in milliseconds since the epoch)0
severitiesComma separated list of vulnerability severities to consider (not used if there is a defined job outcome policy)CRITICAL,HIGH

no outputs