act/pkg/runner
Michael Heap d3f25bac79
Mask secrets in job output ()
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: 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 () 2020-05-04 12:18:13 -07:00
expression_test.go Make envs available in if conditionals () 2020-05-04 12:18:13 -07:00
logger.go Mask secrets in job output () 2020-05-13 15:22:31 -07:00
run_context.go Add support for changing the GITHUB_ACTOR () 2020-05-12 00:14:56 -07:00
run_context_test.go Make envs available in if conditionals () 2020-05-04 12:18:13 -07:00
runner.go Mask secrets in job output () 2020-05-13 15:22:31 -07:00
runner_test.go feat: load every environment from --env-file to workflow () 2020-04-17 10:04:40 -07:00
step_context.go Implement UnmarshalYAML for ActionRunsUsing () 2020-05-04 05:40:11 -07:00