datadog/Datadog Static Analysis
Run a Datadog Static Analysis in your Github Action workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dd_api_key | Your Datadog API key used to authenticate requests. | yes | "" |
| dd_app_key | Your Datadog Application key used to authenticate requests. | yes | "" |
| dd_site | The Datadog site. For example, users in the EU may want to set datadoghq.eu. | no | datadoghq.com |
| cpu_count | Set the number of CPUs used to by the analyzer. | no | 2 |
| enable_performance_statistics | Get the execution time statistics for analyzed files. | no | false |
| debug | Lets the analyzer print additional logs useful for debugging. | no | no |
| secrets_enabled | Enable Secrets (Limited Availability) | no | false |
| static_analysis_enabled | Enable Static Analysis | no | true |
| subdirectory | A subdirectory pattern or glob (or space-delimited subdirectory patterns) that the analysis should be limited to. For example: "src" or "src packages". | no | "" |
| architecture | The architecture of the image to use. Can be x86_64 or aarch64. | no | "" |
| diff_aware | Enable diff aware scanning mode. | no | true |
Outputs
no outputs