Skip to content

fix: auditScanner is disabled by default #636

fix: auditScanner is disabled by default

fix: auditScanner is disabled by default #636

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
tags:
- 'v*'
pull_request:
branches:
- '*'
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Helm generated values are up-to-date
run: |
make check-generated-values
- name: Run shellcheck in the shell scripts
run: |
make shellcheck