Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Scan the helm chart for security issues #100

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Mar 16, 2023

  1. Scan the helm chart for security issues

    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 committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4a87a9a View commit details
    Browse the repository at this point in the history
  2. Remove kubeVersion from chart

    This doesn't work well with trivy.
    
    Signed-off-by: Juan Antonio Osorio <[email protected]>
    JAORMX committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    8ef7052 View commit details
    Browse the repository at this point in the history