Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: omitted severity flags in docker image scan action
- Update to Step "Generate docker-cis JSON report", removed as it was causing warnings "unknown severity option: unknown severity: FALSE" - Update to Step "Inspect docker-cis report", removed severity env as it was causing warnings "unknown severity option: unknown severity: FALSE" - This severity flag is not being used at this point. Trivy uses this flag to restrict the scan to specific severity levels - Because of no explicit severity flag, shared action uses value of global_enforce_build_failure env defined in our scripts
- Loading branch information