Skip to content

Commit 817fe92

Browse files
PrateeknandleAryan-sharma11
authored andcommitted
fix(ci):ignoring G115 rule from gosec
Signed-off-by: Prateek <[email protected]>
1 parent de5f4a6 commit 817fe92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KubeArmor/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ ifeq (, $(shell which gosec))
113113
rm -rf $$GOSEC_TMP_DIR ;\
114114
}
115115
endif
116-
cd $(CURDIR); gosec -exclude=G402 ./...
116+
cd $(CURDIR); gosec -exclude=G402,G115 ./...
117117

118118
.PHONY: local-release
119119
local-release: build

0 commit comments

Comments
 (0)