Skip to content

Commit

Permalink
🧹 pin license check version (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored Sep 28, 2023
1 parent 02f442b commit c2ac2d6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,3 @@ jobs:
branch: "main"
allowlist: mondoo-tools,github-actions[bot],dependabot[bot]

license-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Copywrite
uses: hashicorp/[email protected]

- name: Check Header Compliance
run: copywrite headers --plan
18 changes: 16 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,22 @@ jobs:
uses: mondoohq/actions/cnspec-lint@main
with:
path: .
output-file: 'results.sarif'
output-file: "results.sarif"
- name: Upload SARIF results file
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif
sarif_file: results.sarif

license-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Setup Copywrite
uses: hashicorp/[email protected]
with:
version: v0.16.4

- name: Check Header Compliance
run: copywrite headers --plan

0 comments on commit c2ac2d6

Please sign in to comment.