Skip to content

Commit

Permalink
Increase scorecard wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcao13 committed Sep 6, 2024
1 parent aa7051e commit 85fa84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ lint-fix: golangci-lint ## Run golangci-lint and perform fixes.

.PHONY: test-scorecard
test-scorecard: operator-sdk ## Run the scorecard tests. Requires an OpenShift cluster.
$(OPERATOR_SDK) scorecard bundle -n default
$(OPERATOR_SDK) scorecard bundle -n default -w 300s

.PHONY: check
check: fmt vet manifest-diff lint test ## Check code for formatting, vet, lint, manifest-diff and run tests.
Expand Down

0 comments on commit 85fa84f

Please sign in to comment.