actions-marketplace-validations/CrowdStrike Container Image Scan
Scan your container image for vulnerabilities and malware
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Aug 20, 2025
- License
- Public domain
Pinned Snippet
uses: actions-marketplace-validations/crowdstrike_container-image-scan-action@9eea353cc3e84e5f69eead0bfd4388bb79c30038 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| falcon_client_id | Your CrowdStrike OAUTH2 Client ID | yes | — |
| container_repository | The container image to scan (e.g. my_image or myregistry.io/my_container) | yes | — |
| container_tag | The container tag to scan against (default: latest) | — | latest |
| crowdstrike_region | The CrowdStrike Cloud region to submit for scanning (default: us-1) | — | us-1 |
| crowdstrike_score | Vulnerability score threshold | — | 500 |
| retry_count | Scan report download retries | — | 10 |
| log_level | Set the logging level (default: INFO) | — | INFO |
| json_report | Export JSON report to specified file (Default: None) | — | — |
Outputs
| name | description |
|---|---|
| exit-code | exit code of scan |