Y
Hacker News
new
|
ask
|
show
|
jobs
by
rickette
252 days ago
There's a clear text password in one of your GitHub Action workflows:
https://github.com/dbos-inc/dbos-transact-golang/blob/main/....
1 comments
qianli_cs
252 days ago
That password is only used by the GHA to start a local Postgres Docker container (
https://github.com/dbos-inc/dbos-transact-golang/blob/main/c...
), which is not accessible from outside.
link