edgexfoundry / edgex-examples

Apache License 2.0
51 stars 52 forks source link

helm deployment: Add security scanners to Makefile #173

Closed bnevis-i closed 1 year ago

bnevis-i commented 1 year ago

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 .