1
0
mirror of https://github.com/openshift/image-registry.git synced 2026-02-05 09:45:55 +01:00
Files
Juan Antonio Osorio Robles 881c1fdb12 Introduce gosec for security checks
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).
2019-08-01 14:18:05 +03:00
..