Skip to content

Commit

Permalink
fix(ci):ignoring G115 rule from gosec
Browse files Browse the repository at this point in the history
Signed-off-by: Prateek <[email protected]>
  • Loading branch information
Prateeknandle authored and Aryan-sharma11 committed Sep 9, 2024
1 parent de5f4a6 commit 817fe92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KubeArmor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ifeq (, $(shell which gosec))
rm -rf $$GOSEC_TMP_DIR ;\
}
endif
cd $(CURDIR); gosec -exclude=G402 ./...
cd $(CURDIR); gosec -exclude=G402,G115 ./...

.PHONY: local-release
local-release: build
Expand Down

0 comments on commit 817fe92

Please sign in to comment.