Add extra init container to ensure /vault/config has the correct permissions for the vault pod" #370
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 | |
- 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 }} |