42crunch/42Crunch REST API Static Security Testing

The REST API Static Security Testing action adds an automatic static application security testing (SAST) to your workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 18, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: 42crunch/api-security-audit-action@c675c3d41a7932c89d166717572e5c243afaa54d # v4

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

namedescriptionrequireddefault
api-tokenThe API token to access 42Crunch Platform. Follow hese steps to configure API_TOKEN https://docs.42crunch.com/latest/content/tasks/integrate_github_actions.htmno
min-scoreMinimum score for OpenAPI files.no75
platform-url42Crunch platform URLnohttps://us.42crunch.cloud
log-levelLog level, one of: FATAL, ERROR, WARN, INFO, DEBUGnoINFO
share-everyoneShare new API collections with everyone, one of: OFF, READ_ONLY, READ_WRITEnoOFF
github-tokenGitHub token for uploading results to Github Code Scanningno${{ github.token }}
upload-to-code-scanningUpload results to Github Code Scanningnofalse
ignore-failuresIf set to 'true', disables all local failure conditions (like minimum score) and fails execution only if the criteria defined in SQGs are not met.nofalse
root-directorySet the root directory for the pluginno
default-collection-nameChange the default collection nameno
json-reportWrites Audit report in JSON format to a specified fileno
api-tagsList of tags to be set on the newly created APIs. Format "category1:name1 category2:name2", optional.no
ignore-network-errorsIf set to 'true', forces to complete execution successfully even if a network error has occurred (such as a failure to connect to 4unch Platform, etc).nofalse
skip-local-checksIf set to 'true', forces to complete execution successfully even if the failures conditions (like min-score or SQG criteria) you have set are met.nofalse
sarif-reportWrites SARIF report to a specified fileno""
audit-timeoutSet the maximum timeout (in seconds) for the audit report. Fail if the result isn't ready within that interval.no

no outputs