1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-25 19:17:01 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Michael Heap 02d5cbebae 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
.github Fix 132 - support for chocolatey install (#144) 2020-03-09 17:49:55 -07:00
act Mask secrets in job output (#231) 2020-05-13 15:22:31 -07:00
cmd Add support for changing the GITHUB_ACTOR (#229) 2020-05-12 00:14:56 -07:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00