Skip to content

Commit

Permalink
Adding report dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Kostov6 committed Nov 13, 2024
1 parent 5bb4aca commit 3aa694f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ format: $(GOIMPORTS) $(GOIMPORTSREVISER)
@bash $(GARDENER_HACK_DIR)/format.sh ./cmd ./pkg ./test

.PHONY: sast
sast: tidy $(GOSEC)
sast: $(GOSEC)
@bash $(GARDENER_HACK_DIR)/sast.sh

.PHONY: sast-report
sast-report: tidy $(GOSEC)
@bash $(GARDENER_HACK_DIR)/sast.sh --gosec-report true
sast-report: $(GOSEC)
@bash ./sast2.sh --gosec-report true --report-dir $(REPO_ROOT)

.PHONY: test
test:
Expand Down

0 comments on commit 3aa694f

Please sign in to comment.