-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no db-all
make target
#466
Comments
Follow up question. Are the docker and public.ecr.aws repos fair game for the public to use as well? Compared to the ghcr repo they're very underutilized. If I can just add |
As a workaround, running |
The docs say that you can build the trivy db by checking out the repo and running
make db-all
.trivy-db/README.md
Line 52 in e76bad9
As far as I can tell, the target was removed in commit 6121d35. I was going to work around it by just building the docker image instead with
docker build . -t trivy-db
, but that referencesmake db-all
also, which implies it doesn't work at all and probably isn't used in general.The CI file uses the
db-build
target instead but the README has no instructions for setting up your dev environment to make that actually work locally.trivy-db/.github/workflows/cron.yml
Lines 43 to 44 in e76bad9
Is there another target we should use? Experimentally, I can get it working by recreating what that old deleted target was doing but I'm not sure why I would have to do that.
For context, I'm just trying to build the db to work around the rate limiting issues described in aquasecurity/trivy-action#389
The text was updated successfully, but these errors were encountered: