exein-io/Scan firmware and container images with Exein Analyzer
Runs Exein Analyzer CLI to scan Docker images, Linux firmware, or IDF firmware for vulnerabilities.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | API key for the Exein Analyzer platform | yes | — |
| api-url | Base API URL (supports on-prem deployments) | no | https://analyzer.exein.io/api/ |
| object-id | UUID of the Analyzer object to launch the scan against | yes | — |
| scan-type | Type of scan to run: docker, linux, idf, or sbom | yes | — |
| file-path | Path to the firmware/image/SBOM file to scan | yes | — |
| download-report | Download PDF report after scan completes | no | false |
| download-sbom | Download SBOM JSON after scan completes | no | false |
| cli-version | Pin Analyzer CLI release version (e.g. v1.0.0). Defaults to latest | no | latest |
Outputs
| name | description |
|---|---|
| scan-id | UUID of the created scan |
| scan-url | Direct link to scan results in the Analyzer UI |
| report-path | Local path to PDF report (only set when download-report is true) |
| sbom-path | Local path to SBOM JSON (only set when download-sbom is true) |