Skip to content

Adds initial security policy (#210) #17

Adds initial security policy (#210)

Adds initial security policy (#210) #17

Workflow file for this run

name: Validate Charts
permissions:
contents: read
on:
push:
branches: ['develop']
pull_request:
branches: ['develop']
paths:
- 'charts/**'
types:
- opened
- ready_for_review
- reopened
- synchronize
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Lint
run: |
helm lint ./charts/konfirm
helm lint ./charts/konfirm/charts/konfirm-validate