Skip to content

Commit

Permalink
feat: Added the scanners helm build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dimtas committed Aug 15, 2024
1 parent 1955666 commit 55d815d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- .github/workflows/helm-release.yaml
- charts/heureka
- scanner/k8s-assets/chart/k8s-assets-scanner
- scanner/keppel/chart/keppel-scanner
- scanner/nvd/chart/nvd-scanner


permissions:
Expand All @@ -30,6 +32,10 @@ jobs:
chartName: heureka
- chartDir: scanner/k8s-assets/chart/k8s-assets-scanner
chartName: k8s-assets-scanner
- chartDir: scanner/keppel/chart/keppel-scanner
chartName: keppel-scanner
- chartDir: scanner/nvd/chart/nvd-scanner
chartName: nvd-scanner


steps:
Expand Down

0 comments on commit 55d815d

Please sign in to comment.