Skip to content

Commit

Permalink
ci: change helm linter
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Nov 18, 2024
1 parent ae232ab commit ca415b4
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/helm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,10 @@ jobs:
run: make helm-lint

- name: Lint Code Base
uses: super-linter/[email protected]
env:
FILTER_REGEX_EXCLUDE: .*(CHANGELOG\.md|README\.md|Chart\.yaml|NOTES.txt).*
FILTER_REGEX_INCLUDE: .*production/helm/.*
VALIDATE_ALL_CODEBASE: false
VALIDATE_KUBERNETES_KUBEVAL: false
VALIDATE_YAML: false
VALIDATE_GO: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
LOG_LEVEL: DEBUG
DEFAULT_WORKSPACE: "${GITHUB_WORKSPACE}/production/helm/loki"
uses: bridgecrewio/checkov-action@master
with:
directory: production/helm/loki
framework: helmj
call-test:
name: Test Helm Chart
runs-on: ubuntu-latest
Expand Down

0 comments on commit ca415b4

Please sign in to comment.