build(deps): bump sigstore/cosign-installer from a5d81fb6bdbcbb3d239e864d6552820420254494 to 1fc5bd396d372bee37d608f955b336615edf79c8 #63
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: Chart Testing | |
on: | |
push: | |
branches-ignore: | |
- master | |
pull_request: | |
branches: | |
- "*" | |
jobs: | |
unittest: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: d3adb5/helm-unittest-action@v2 | |
with: | |
flags: "--color --strict" | |
helm-version: v3.12.3 | |
# This has to be second as helm may not be installed until after above action | |
# source: https://github.com/marketplace/actions/helm-unit-tests#examples | |
- run: helm lint deploy/charts/jetstack-agent | |
- run: helm lint deploy/charts/venafi-kubernetes-agent |