A nuclei image with templates baked in at build time.
Normally nuclei pulls its templates on startup. In setups that run lots of scans in parallel (like the secureCodeBox, that means each scan hits the templates repo, which quickly runs into rate limits.
This image runs nuclei -update-templates at build time so scans start with templates already in place and don't need to fetch anything at runtime.
ghcr.io/securecodebox/scanner-nuclei-precooked:<nuclei-version>-<build-date>
ghcr.io/securecodebox/scanner-nuclei-precooked:latest
A GitHub Actions workflow rebuilds and pushes this image daily (amd64 + arm64), tracking whatever nuclei version secureCodeBox's nuclei chart currently pins.