Skip to content

Commit

Permalink
exclude generated code from gosec
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Moreno <amorenoc@vmware.com>
  • Loading branch information
alemorcuq committed May 23, 2024
1 parent 40d55ee commit 4ccbe8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ lint:
$(GOLANGCILINT) run --enable goimports --timeout=5m

lint-gosec:
$(GOSEC) -r --severity low
$(GOSEC) -r -severity low -exclude-generated

clean:
$(RM) ./controller ./kubeseal
Expand Down

0 comments on commit 4ccbe8a

Please sign in to comment.