Fix Docker container build
Open
bug
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Don't pass environment variables to the container at build time... This is a security issue because it will put secrets in the container images. Only supply them at runtime.
There is no impact to my repo secrets because they are all used in ephemeral environments for automated testing and will not be used in production.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.