Skip to content

deps: update module github.com/cert-manager/cert-manager to v1.16.2 [SECURITY] #502

deps: update module github.com/cert-manager/cert-manager to v1.16.2 [SECURITY]

deps: update module github.com/cert-manager/cert-manager to v1.16.2 [SECURITY] #502

Workflow file for this run

name: Check licenses
on:
workflow_dispatch:
push:
branches: [main]
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
pull_request:
paths:
- "**.go"
- "**/go.mod"
- "**/go.sum"
jobs:
check:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Check for files without license header
run: "! grep -rL --include='*.go' -e'Copyright (c) Edgeless Systems GmbH' -e'DO NOT EDIT' | grep ''"