Description
The TruffleHog GitHub Action hardcodes ghcr.io/trufflesecurity/trufflehog as the Docker image source. Users in environments that restrict or mirror container registries (e.g., corporate proxies, air-gapped environments, GCR/ECR mirrors) have no way to point the action at an alternate registry without forking the action entirely.
Preferred Solution
Add an optional image input that defaults to the current value, preserving existing behavior while allowing overrides.
Additional Context
Proposed Solution Pull Request
References
Description
The TruffleHog GitHub Action hardcodes
ghcr.io/trufflesecurity/trufflehogas the Docker image source. Users in environments that restrict or mirror container registries (e.g., corporate proxies, air-gapped environments, GCR/ECR mirrors) have no way to point the action at an alternate registry without forking the action entirely.Preferred Solution
Add an optional image input that defaults to the current value, preserving existing behavior while allowing overrides.
Additional Context
Proposed Solution Pull Request
References