Skip to content

Commit

Permalink
chore: licenser update
Browse files Browse the repository at this point in the history
  • Loading branch information
MatisseB committed Jul 2, 2024
1 parent cc66870 commit 9df7ca3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion licenserc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ strictCheck = true

excludes = [
".github/workflows/**",
"Cargo.*"
"Cargo.*",

# Samples folder
"samples/python/myplugin/client",
"pyproject.toml",
]

[git]
Expand Down
3 changes: 3 additions & 0 deletions sentinel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2023 LogCraft, SAS.
# SPDX-License-Identifier: MPL-2.0

[package]
name = "sentinel"
description = "LogCraft CLI Sentinel plugin"
Expand Down
3 changes: 3 additions & 0 deletions sentinel/package/rule.k
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2023 LogCraft, SAS.
# SPDX-License-Identifier: MPL-2.0

schema Rule:
"""Represent scheduled alert rule.

Expand Down

0 comments on commit 9df7ca3

Please sign in to comment.