Skip to content

Exit when FIPS mode is enabled and an authenticated registry is scanned

Sam White requested to merge sam-exit-fips-auth-registries into master

Why is this change being made?

Scanning of authenticated registries is not supported when FIPS mode is enabled. The scanner should exit with an error if FIPS mode is enabled and a scan is attempted against an authenticated registry to avoid executing non-FIPS compliant code.

Related Issue: gitlab-org/gitlab#367739 (closed)

Edited by Sam White

Merge request reports