ContainerSolutions / externalsecret-operator

An operator to fetch secrets from cloud services and inject them in Kubernetes
Apache License 2.0
189 stars 28 forks source link

Add go sec to Makefile #108

Closed shinnlok closed 3 years ago

shinnlok commented 3 years ago

Fixes #29

knelasevero commented 3 years ago

Thanks a lot for this contribution :) Can you please exclude the legacy dir and the G404 rule? This math/rand utils will only be used for tests so there is no problem with it.

(-exclude-dir 'legacy' -exclude 'G404')

codecov[bot] commented 3 years ago

Codecov Report

Merging #108 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #108   +/-   ##
=======================================
  Coverage   85.44%   85.44%           
=======================================
  Files           9        9           
  Lines         261      261           
=======================================
  Hits          223      223           
  Misses         28       28           
  Partials       10       10           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2278d13...d534e9e. Read the comment docs.

shinnlok commented 3 years ago

@knelasevero done