This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Helm chart security scanning #90
Comments
JAORMX
added a commit
to JAORMX/fertilesoil
that referenced
this issue
Mar 2, 2023
This scans the helm chart using the trivy action to ensure we don't have any obvious security vulnerabilities. Unfortuantely, trivy does not do a great job at detecting a helm chart within a repo, so we need to point it directly to it. Closes infratographer#90 Signed-off-by: Juan Antonio Osorio <[email protected]>
JAORMX
added a commit
to JAORMX/fertilesoil
that referenced
this issue
Mar 2, 2023
This scans the helm chart using the trivy action to ensure we don't have any obvious security vulnerabilities. Unfortuantely, trivy does not do a great job at detecting a helm chart within a repo, so we need to point it directly to it. Closes infratographer#90 Signed-off-by: Juan Antonio Osorio <[email protected]>
JAORMX
added a commit
to JAORMX/fertilesoil
that referenced
this issue
Mar 2, 2023
This scans the helm chart using the trivy action to ensure we don't have any obvious security vulnerabilities. Unfortuantely, trivy does not do a great job at detecting a helm chart within a repo, so we need to point it directly to it. Closes infratographer#90 Signed-off-by: Juan Antonio Osorio <[email protected]>
JAORMX
added a commit
to JAORMX/fertilesoil
that referenced
this issue
Mar 16, 2023
This scans the helm chart using the trivy action to ensure we don't have any obvious security vulnerabilities. Unfortuantely, trivy does not do a great job at detecting a helm chart within a repo, so we need to point it directly to it. Closes infratographer#90 Signed-off-by: Juan Antonio Osorio <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should provide a secure-by-default configuration for the Kubernetes deployment through the Helm chart. To help us achieve this, having simple guidelines provided by automation is ideal.
Let's ensure that we have trivy configuration scanning enabled for the helm chart.
An example is available here: https://github.com/equinixmetal-helm/krakend/blob/main/.github/workflows/scan.yaml
The text was updated successfully, but these errors were encountered: