Updated build_and_release_charts workflow to v3 #52
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |