Skip to content
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

ci: vulnerability scan tweaks #198

Merged
merged 2 commits into from
Jul 2, 2024
Merged

Conversation

lread
Copy link
Collaborator

@lread lread commented Jul 2, 2024

Temporarily bump dependency-check to current release.

I don't see a need to use a custom path for the nvd database, so turfed that complexity. Let it go to its default spot under ~/.m2/repository...

Don't base github action cache on date, base it instead on deps and bb.edn.

Use action/cache/restore and actions/cache/save to control caching. This should allow us to save nvd database for subsequent runs.

Seems to work, but we'll see.

Closes #197

Temporarily bump dependency-check to current release.

I don't see a need to use a custom path for the nvd database, so turfed
that complexity. Let it go to its default spot under ~/.m2/repository...

Don't base github action cache on date, base it instead on deps and
bb.edn.

Use action/cache/restore and actions/cache/save to control caching.
This should allow us to save nvd database for subsequent runs.

Seems to work, but we'll see.
@lread lread merged commit ea2033c into master Jul 2, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ci chore: vulnerabity scan is failing after ~6h
1 participant