Skip to content

Commit

Permalink
chore: actually validate
Browse files Browse the repository at this point in the history
Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode committed Sep 24, 2024
1 parent b710e11 commit 51242f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/quality/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ all: capture validate ## Fetch or capture all data and run all quality checks

.PHONY: validate
validate: venv $(VULNERABILITY_LABELS)/Makefile ## Run all quality checks against already collected data
$(YARDSTICK) -r $(RESULT_SET) -r $(RESULT_SET)_2022
$(YARDSTICK) validate -r $(RESULT_SET) -r $(RESULT_SET)_2022

.PHONY: capture
capture: sboms vulns ## Collect and store all syft and grype results
Expand Down

0 comments on commit 51242f5

Please sign in to comment.