act/pkg
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
..
common *: update go-git import () 2020-04-16 16:24:30 -07:00
container extract the docker NewClientWithOpts, and add connectionhelper for DOCKER_HOST set to ssh://remote () 2020-05-03 21:15:42 -07:00
model Implement UnmarshalYAML for ActionRunsUsing () 2020-05-04 05:40:11 -07:00
runner Mask secrets in job output () 2020-05-13 15:22:31 -07:00