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

gh-action: keep cache size constant #3602

Open
sven-dmlr opened this issue Nov 11, 2024 · 0 comments
Open

gh-action: keep cache size constant #3602

sven-dmlr opened this issue Nov 11, 2024 · 0 comments

Comments

@sven-dmlr
Copy link
Member

Situation

Currently the SecHub GH Action caches downloaded clients.
In case of "latest", regularly a new client will be downloaded.
So the cache size will increase forever

Wanted

Keep the cache lean and constant in size:

  • cache only the latest downloaded version (clean cache directory before downloading a new client)
  • after extraction delete the Files for other platforms than the current (e.g. keep linux-amd64 only)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant