Skip to content

CASMHMS-6261: Updated dependences for Kubernetes 1.24 #60

CASMHMS-6261: Updated dependences for Kubernetes 1.24

CASMHMS-6261: Updated dependences for Kubernetes 1.24 #60

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