act/pkg/runner
Michael Heap d3f25bac79
Mask secrets in job output (#231)
Previously secrets would be shown in log output as provided. This
commit updates the stepLogFormatter to replace any instance of the secret
string with "***", as GitHub Actions would

Known issues: If the secret is a generic string (such as "docker"), all
occurances of that string will be replaced in the output

Co-authored-by: Casey Lee <cplee@nektos.com>
2020-05-13 15:22:31 -07:00
..
testdata fix: #170 add RUNNER_TEMP 2020-04-23 08:18:36 -07:00
command.go integration test 2020-02-24 12:48:12 -08:00
command_test.go integration test 2020-02-24 12:48:12 -08:00
expression.go Make envs available in if conditionals (#225) 2020-05-04 12:18:13 -07:00
expression_test.go Make envs available in if conditionals (#225) 2020-05-04 12:18:13 -07:00
logger.go Mask secrets in job output (#231) 2020-05-13 15:22:31 -07:00
run_context.go Add support for changing the GITHUB_ACTOR (#229) 2020-05-12 00:14:56 -07:00
run_context_test.go Make envs available in if conditionals (#225) 2020-05-04 12:18:13 -07:00
runner.go Mask secrets in job output (#231) 2020-05-13 15:22:31 -07:00
runner_test.go feat: load every environment from --env-file to workflow (#184) 2020-04-17 10:04:40 -07:00
step_context.go Implement UnmarshalYAML for ActionRunsUsing (#223) 2020-05-04 05:40:11 -07:00