-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Infra: Consider running the Infra: CVE checks
with every commit as well
#707
Comments
Infra: CVE checks
with every commit as well
I don't mind this one, would be nice to know if there's anything new in case of newly introduced dependencies.
This one is questionable, considering we don't have much bandwidth to fix these issues too often. Like, #256 was open for half a year. Running this on every commit sounds like an extra noise. @yeikel what do you think? |
I agree that it would be noise if it not actioned, but I think that this is good noise. We should be more than aware than issues with CVE exist and I think that every commit is a good way to show that |
aight, @yeikel wanna raise a PR for these changes? |
Infra: CVE checks
with every commit as wellInfra: CVE checks
with every commit as well
See #745 |
Issue submitter TODO list
Is your proposal related to a problem?
Currently, the "Infra: CVE checks" check is configured to run twice per month, and while that is great, it does not raise the constant awareness that CVE should raise.
For example, the latest run failed but it is only known if we navigate to the specific build check while
main
is considered to be healthyDescribe the feature you're interested in
We should extend the
cve_checks.yml
workflow to also run on pull requests and merges tomain
. It should continue to be a separate checkDescribe alternatives you've considered
Use the existing schedule and remember to check manually
Version you're running
318bcc9
Additional context
No response
The text was updated successfully, but these errors were encountered: