Skip to content

Update module github.com/kyverno/kyverno to v1.9.5 - autoclosed #419

Update module github.com/kyverno/kyverno to v1.9.5 - autoclosed

Update module github.com/kyverno/kyverno to v1.9.5 - autoclosed #419

Workflow file for this run

name: Pull Request (custom)
on:
pull_request:
branches:
- master
env:
COMPONENT_NAME: appuio-cloud
jobs:
policy-docs-diff:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ env.COMPONENT_NAME }}
steps:
- uses: actions/checkout@v4
with:
path: ${{ env.COMPONENT_NAME }}
- uses: actions/setup-go@v5
with:
cache-dependency-path: "**/go.sum"
- name: Check that autogenerated policy documentation is up-to-date
run: make policy-docs-diff