Hi I’m working on integrating with temporal into my python project but when my trivy image scan ran it flagged a Dockerfile that was inside the python package.
The actual warning is about making sure that containers can run as non-root. But I don’t really see why the python sdk needs a dockerfile inside of it to begin with. Would it be possible to exclude this Dockerfile entirely?
sorry if this is not the best place to ask this question, so feel free to redirect me to the right forum if it is not.
