Skip to content

chore(deps): Bump sigstore/cosign-installer from 3.8.0 to 3.8.1 #1334

chore(deps): Bump sigstore/cosign-installer from 3.8.0 to 3.8.1

chore(deps): Bump sigstore/cosign-installer from 3.8.0 to 3.8.1 #1334

Workflow file for this run

name: Lint helm chart
on:
push:
# run pipeline on push on master
branches:
- main
paths:
- "charts/**"
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: "0"
- name: chart-testing (ct lint)
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
- name: Run Helm Chart lint
run: |
set -e
ct lint --lint-conf=.github/ct_lintconf.yaml \
--chart-yaml-schema=.github/ct_chart_schema.yaml \
--target-branch=main \
--validate-maintainers=false \
--check-version-increment=false \
--chart-dirs charts