Skip to content

Commit

Permalink
adds action for compliance purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatirli committed Apr 24, 2024
1 parent 5bb698c commit 14d6465
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/compliance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: "HashiCorp: Compliance"

on:
push:

permissions:
contents: read

jobs:
copywrite:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0

- uses: hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e # v1.1.2

- run: copywrite headers --plan

- run: copywrite license --plan

0 comments on commit 14d6465

Please sign in to comment.