Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧹 pin license check version #100

Merged
merged 2 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/cla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,3 @@ jobs:
remote-organization-name: mondoohq
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
15 changes: 15 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,18 @@ jobs:
- name: Lint packs
run: |
cnquery bundle validate .

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

6 changes: 3 additions & 3 deletions extra/mondoo-asset-count.mql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,15 +301,15 @@ packs:
query: gcp.project.cloudFunctions.length

- uid: mondoo-asset-count-gcp-cloudrun-jobs
title: GCP Project CloudRun Jobs
title: GCP Project Cloud Run Jobs
query: gcp.project.cloudRun.jobs.length

- uid: mondoo-asset-count-gcp-cloudrun-services
title: GCP Project CloudRun Services
title: GCP Project Cloud Run Services
query: gcp.project.cloudRun.services.length

- uid: mondoo-asset-count-gcp-cloudrun-operations
title: GCP Project CloudRun Operations
title: GCP Project Cloud Run Operations
query: gcp.project.cloudRun.operations.length

- uid: mondoo-asset-count-gcp-dns-managed-zones
Expand Down