runner
runner copied to clipboard
When inferring additional secrets from multi-line content, ignore very short lines.
Possible fix for the edge case described here: https://github.com/github/c2c-actions/issues/6501#issuecomment-1491893123
We ran into this today, with the scrubber redacting { and } in JSON output, and the resulting Skip output 'foo' since it may contain secret preventing the workflow from running as expected.
Is this fix or an equivalent likely to be merged?