malachowski-labs/OCI Image Detector
Scan a directory tree for OCI/Docker image references.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Docker image tag to run (e.g. "v0.5.0"). Defaults to "latest". | no | latest |
| directory | Directory to scan, relative to the repository root. Must be a relative path. | no | . |
| exclude | Newline-separated doublestar glob patterns to exclude (e.g. "vendor/**\ntest/**"). | no | "" |
| exclude-images | Newline-separated doublestar glob patterns to exclude findings by image reference (e.g. "localhost:5000/**\n*.example.com/**"). | no | "" |
| allow-empty | Exit 0 when no image references are found (default "false"). | no | false |
| verbose | Enable debug logging on stderr (default "false"). | no | false |
Outputs
| name | description |
|---|---|
| findings-count | Number of image references found. |
| output-file | Absolute path to the JSON findings report in the runner's temp directory. |