Skip to content

Commit

Permalink
Add sast to verfiy step
Browse files Browse the repository at this point in the history
  • Loading branch information
hebelsan committed Nov 8, 2024
1 parent 107ce86 commit 72767eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,10 @@ test-clean:
@bash $(GARDENER_HACK_DIR)/test-cover-clean.sh

.PHONY: verify
verify: check format test
verify: check format test sast

.PHONY: verify-extended
verify-extended: check-generate check format test-cov test-clean
verify-extended: check-generate check format test-cov test-clean sast-report

.PHONY: integration-test-infra
integration-test-infra:
Expand Down

0 comments on commit 72767eb

Please sign in to comment.