-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
enhancementNew featureNew feature
Description
New issue?
- I have reviewed the Known Issues and confirm this is not a known issue.
TL;DR
Hi,
Thank you for this remarkable tool, it is a good friend to improve security in CI/Cd workflows.
I'm looking for a way to parse outputted errors to integrate them properly in GitHub Action.
IMO, the best way os to use the error-message command.
But is is not possible the retrieve docker step stdout or stderr...
Do you think there is a chance to improve it?
I can see at least 2 solutions:
- Add outputs parameter to parser (cli, github-action, gitlab...)
- Build a specific docker target with a dedicated entrypoint to be used by a dedicated action. This entrypoint should be a wrapper of the ratchet entrypoint that would catch the stderr and pass it to GITHUB output
Detailed design
Additional information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew featureNew feature