kubernetes-engine-samples icon indicating copy to clipboard operation
kubernetes-engine-samples copied to clipboard

chore: Add license header check

Open NimJay opened this issue 4 months ago • 1 comments

  • This change migrates us away from https://github.com/apps/license-header-lint-gcf (which is deprecated, as of Aug 5, 2025).
  • We now run a GitHub Action that runs go run github.com/google/[email protected].
  • This is inspired by https://github.com/google/oss-rebuild/blob/main/.github/workflows/license.yml.

NimJay avatar Aug 25 '25 15:08 NimJay

per discussion with @shawnmjones : this PR now successfully shows there are licencing issues elsewhere in the repo.

These should be corrected, either in this PR or another PR, then this PR rebased with those changes to ensure the checks run green.

Merging this PR without having the new check running green means all other PRs will fail for the same reason (the header check is a full-repo scan, so it will affect all PRs)

glasnt avatar Sep 05 '25 00:09 glasnt