Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds several more REST remediations. The only remaining ones are branch
protection which still need some work due to the way they work (you need to
PUT the whole request body, so we need to figure out a way to merge the
existing request)
To test them, you can either click the button in the UI to disable the secret
scanning or call:
To test the selected actions:
You should see your actions being reverted by mediator - note that for some reason
GH doesn't send a webhook back once you set the allowed_actions, so you might want
to trigger reconcile via another way..