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

BuildChecks - add 'Panic' severity #11314

Open
JanKrivanek opened this issue Jan 20, 2025 · 1 comment
Open

BuildChecks - add 'Panic' severity #11314

JanKrivanek opened this issue Jan 20, 2025 · 1 comment

Comments

@JanKrivanek
Copy link
Member

Context

dotnet/sdk#45342 (comment)

In case of Build Checks in category of security checking - e.g. UntrustedLocationCheck - erroring out, while leaving the build running might not be enough. We might want to have ability to prevent further execution of the build.
On option is to add severity that would not only log error, but as well abort/cancel the running build.

@JanKrivanek
Copy link
Member Author

This wold be most potent for the 'in-node' checks, that run within the worker node and there is no delay nor asynchronity brought by loggin infra and deliver to the main node.

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