Skip to content

Commit

Permalink
Fix license
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Zunker <[email protected]>
  • Loading branch information
czunker committed Mar 4, 2024
1 parent 7f382a6 commit 715486a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,13 @@ test/lint/golangci-lint/run: prep/tools
.PHONY: test/lint/golangci-lint/run/new
test/lint/golangci-lint/run/new: prep/tools
golangci-lint --version
golangci-lint run --timeout 10m --config .github/.golangci.yml --new-from-rev $(shell git log -n 1 origin/main --pretty=format:"%H")
golangci-lint run --timeout 10m --config .github/.golangci.yml --new-from-rev $(shell git log -n 1 origin/main --pretty=format:"%H")

license: license/headers/check

license/headers/check:
copywrite headers --plan

license/headers/apply:
copywrite headers

3 changes: 3 additions & 0 deletions cli/components/advisories/report_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Mondoo, Inc.
// SPDX-License-Identifier: BUSL-1.1

package advisories

import (
Expand Down

0 comments on commit 715486a

Please sign in to comment.