Skip to content

chore: update keycloak template to be aligned with latest layered-zero-trust submissions. #5

chore: update keycloak template to be aligned with latest layered-zero-trust submissions.

chore: update keycloak template to be aligned with latest layered-zero-trust submissions. #5

Workflow file for this run

---
name: Super linter
on:
pull_request:
branches: [main]
permissions:
contents: read
jobs:
lint:
uses: validatedpatterns/github-actions-library/.github/workflows/superlinter.yml@v1
with:
sl_env: |
VALIDATE_BIOME_FORMAT=false
# Exclude Helm templates ({{ }} not valid YAML for yamllint/kubeconform)
FILTER_REGEX_EXCLUDE=.*/templates/.*
VALIDATE_GITHUB_ACTIONS_ZIZMOR=false