Skip to content

Commit

Permalink
chore: pr comments
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
  • Loading branch information
spiffcs committed Jun 24, 2024
1 parent 3c14313 commit d0f828a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-quality-gate-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
delete-branch: true
branch: auto/update-quality-test-db
labels: test, changelog-ignore
commit-message: 'chore(deps): update quality db to latest version'
title: 'chore(deps): update quality db to latest version'
commit-message: 'chore(test): update quality db to latest version'
title: 'chore(test): update quality db to latest version'
body: |
This is an auto-generated pull request to update the quality gate db to latest version
token: ${{ steps.generate-token.outputs.token }}
3 changes: 2 additions & 1 deletion test/quality/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RESULT_SET = pr_vs_latest_via_sbom

# update periodically with values from "grype db list"
TEST_DB_URL_FILE = ./test-db-url
TEST_DB_URL = $(shell cat $(TEST_DB_URL_FILE))
TEST_DB = db.tar.gz
LISTING_FILE = https://toolbox-data.anchore.io/grype/databases/listing.json

Expand Down Expand Up @@ -43,7 +44,7 @@ check-db:
@echo "DB is fresh enough to be used for testing!"

$(TEST_DB):
@curl -o $(TEST_DB) -SsL `cat $(TEST_DB_URL_FILE)`
@curl -o $(TEST_DB) -SsL $(TEST_DB_URL)

.PHONY: sboms
sboms: $(YARDSTICK_RESULT_DIR) venv clear-results ## Collect and store all syft results (deletes all existing results)
Expand Down

0 comments on commit d0f828a

Please sign in to comment.