You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using trivy to scan the yaml file I use to deploy my application resources. The scan suggests some security settings ("allowPrivilegeEscalation", "readOnlyRootFilesystem" etc..) that are not defined in the kubernetes file generate by quarkus. I did not find a way to set those securitySettings directly in the application.properties.
Implementation ideas
It would be nice to have the properties of the securityContext section available directly in the application.properties, so that I don't have to update the file after it has been created.
The text was updated successfully, but these errors were encountered:
Description
I'm using trivy to scan the yaml file I use to deploy my application resources. The scan suggests some security settings ("allowPrivilegeEscalation", "readOnlyRootFilesystem" etc..) that are not defined in the kubernetes file generate by quarkus. I did not find a way to set those securitySettings directly in the application.properties.
Implementation ideas
It would be nice to have the properties of the securityContext section available directly in the application.properties, so that I don't have to update the file after it has been created.
The text was updated successfully, but these errors were encountered: