mirror of
https://github.com/openshift/image-registry.git
synced 2026-02-05 09:45:55 +01:00
gosec does static code analysis and checks for common security issues in golang codebases. This PR introduces the tool, and sets it up as a test target in the Makefile. It also ignores some security warnings. These warnings do not present security issues given their context (mostly extra tooling and test frameworks).