Skip to content

Created version 3.2 and updated etcd-base chart to 1.1 #48

Created version 3.2 and updated etcd-base chart to 1.1

Created version 3.2 and updated etcd-base chart to 1.1 #48

name: Lint, test, and scan Helm charts
on:
pull_request:
branches:
- master
- main
- release/**
workflow_dispatch:
jobs:
lint-test-scan:
uses: Cray-HPE/hms-build-chart-workflows/.github/workflows/charts_lint_test_scan.yaml@v2
with:
lint-charts: ${{ github.event_name == 'pull_request' }}
test-charts: false
ct-yaml: ct.yaml
scan-image-snyk-args: "--severity-threshold=high"
scan-chart-snyk-args: "--severity-threshold=high"
secrets: inherit