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

Handle failed runs due to identity checks better #271

Open
haydentherapper opened this issue Sep 7, 2023 · 1 comment
Open

Handle failed runs due to identity checks better #271

haydentherapper opened this issue Sep 7, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@haydentherapper
Copy link
Contributor

Description

Currently, if the run fails because identity checks fail, we show the job as not succeeded, which means that the checkpoint that was successfully verified will not be written to the GitHub Action as an artifact. This means that the next time the job executes, it will have to run through twice as many entries during an identity check. Additionally, a failed identity check is likely a bug in the monitor.

I would recommend that we:

  • File an issue in the repo where the action is running for the entry that had an issue
  • Skip that entry and continue so that the job will succeed
@haydentherapper haydentherapper added the enhancement New feature or request label Sep 7, 2023
@haydentherapper
Copy link
Contributor Author

This one came up again, when an entry had an incorrectly encoded extension in a certificate. We really need to fix this because it makes catching up exponentially harder with each failed run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants