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

Refactor CI auditing #1046

Merged
merged 1 commit into from
Mar 6, 2025
Merged

Refactor CI auditing #1046

merged 1 commit into from
Mar 6, 2025

Conversation

ericcornelissen
Copy link
Owner

Summary

This changes how we audit (for vulns and deprecations) in CI from a reusable workflow to two self-contained workflows. I believe this makes the setup a bit more explicit, and thus (hopefully) easier to understand.

@ericcornelissen ericcornelissen added the ci Relates to continuous integration label Mar 6, 2025
This changes how we audit (for vulns and deprecations) in CI from a
reusable workflow to two self-contained workflows. I believe this makes
the setup a bit more explicit (when each happens) at the cost of some
duplication (which is counteracted by the removal of conditional logic)
and potential audit failures if there are build failures (because there
is no longer a `needs:` relation between the build job and audit jobs,
tho at the same time only one of the audit jobs should actually be
blocked by the build job).
@ericcornelissen ericcornelissen merged commit 2822bf7 into main Mar 6, 2025
16 checks passed
@ericcornelissen ericcornelissen deleted the refactor-ci-audit branch March 6, 2025 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Relates to continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant