Skip to content

Commit 76fb886

Browse files
committed
Makefile: drop terrascan target
IAS scanning is now done using Trivy as part to GHA flows so the terrascan target is not needed anymore. Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
1 parent 3a65a65 commit 76fb886

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Makefile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,6 @@ e2e-iaa:
171171
e2e-dlb:
172172
@$(GO) test -v ./test/e2e/... -ginkgo.v -ginkgo.show-node-events -ginkgo.focus "Device:dlb.*$(ADDITIONAL_FOCUS_REGEX)" $(GENERATED_SKIP_OPT) -delete-namespace-on-failure=false
173173

174-
terrascan:
175-
@ls deployments/*/kustomization.yaml | while read f ; \
176-
do \
177-
echo "\n==== $$(basename $$(dirname $$f)) ====" ; \
178-
terrascan scan -v --show-passed -d $$(dirname $$f) -i kustomize --severity high \
179-
--skip-rules 'AC_K8S_0051,AC_K8S_0076,AC_K8S_0087' \
180-
|| exit $$? ; \
181-
done
182-
183174
pre-pull:
184175
ifeq ($(TAG),devel)
185176
@$(BUILDER) pull golang:1.21-bookworm

0 commit comments

Comments
 (0)