Skip to content

Add extra init container to ensure /vault/config has the correct permissions for the vault pod" #373

Add extra init container to ensure /vault/config has the correct permissions for the vault pod"

Add extra init container to ensure /vault/config has the correct permissions for the vault pod" #373

name: Lint, test, and scan Helm charts
on:
pull_request:
branches:
- master
- release/**
# schedule:
# - cron: "17 16 * * *"
workflow_dispatch:
jobs:
lint-test-scan:
uses: Cray-HPE/.github/.github/workflows/charts-lint-test-scan.yml@main
with:
lint-charts: ${{ github.event_name == 'pull_request' }}
test-charts: false
scan-chart-snyk-args: "--severity-threshold=high --policy-path=charts/.snyk"
scan-image-snyk-args: "--severity-threshold=high"
secrets:
snyk-token: ${{ secrets.SNYK_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
artifactory-username: ${{ secrets.ARTIFACTORY_ALGOL60_READONLY_USERNAME }}
artifactory-password: ${{ secrets.ARTIFACTORY_ALGOL60_READONLY_TOKEN }}