edgexfoundry / edgex-examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

helm deployment: Add security scanners to Makefile

bnevis-i opened this issue · comments

Add security scanners to the Makefile for the helm chart. For example

Snyk

helm template . --output dir out
snyk iac test out/

Trivy

trivy config .