12 ms·
There's a clear text password in one of your GitHub Action workflows: https://github.com/dbos-inc/dbos-transact-golang/blob/main/.github/workflows/chaos-tests.y
by rickette 1y ago
There's a clear text password in one of your GitHub Action workflows: https://github.com/dbos-inc/dbos-transact-golang/blob/main/.github/workflows/chaos-tests.yml#L43 https://github.com/dbos-inc/dbos-transact-golang/blob/main/....
- qianli_cs 1y agoThat password is only used by the GHA to start a local Postgres Docker container (https://github.com/dbos-inc/dbos-transact-golang/blob/main/chaos_tests/chaos_test.go#L63-L65 https://github.com/dbos-inc/dbos-transact-golang/blob/main/c...), which is not accessible from outside.