-
Notifications
You must be signed in to change notification settings - Fork 28
feat(otlp): Sigma rules #466
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
base: main
Are you sure you want to change the base?
Changes from all commits
3195c2a
df9c6b8
9c85e89
4ac40cb
6718670
555c567
c03c530
ab0642b
f270abd
5d414b8
17a8bbd
f07f418
edcde2e
55c68d0
a71b682
58ae1d0
89dd0d1
815ac95
9be5bee
d352b80
ecea9d5
99bfd7e
6b92066
86f8b61
4ddd3ca
72f63da
c591c35
030327c
1e0192c
3836ff8
7d55178
e288f54
6385bf3
36eec01
37fb8ad
52a55e7
c8fad75
0c3bef1
9342c9c
ff91bb3
ab459a4
ad7ce57
6770499
a3436ab
9b688a1
7f5e74b
7b2e7bc
5c114e1
485159e
7e8edcc
9c08cc7
10449eb
865da59
a78a99a
ac53655
2538374
1a850a9
5caebcd
842505d
058f57e
dda7f0b
3887f8c
5f5810f
fee3148
aa70acb
f9d998f
9f0a911
0e0e159
7dbe60f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,7 +16,7 @@ classifiers = [ | |
| dynamic = ["version"] | ||
| dependencies = [ | ||
| # "ops", | ||
| "cosl>=1.6.1", | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove when done testing |
||
| "cosl @ git+https://github.com/canonical/cos-lib@feat/sigma-rules-2", | ||
| "requests", | ||
| ] | ||
|
|
||
|
|
@@ -44,6 +44,9 @@ integration = [ # installed for `just integration otlp` | |
| requires = ["hatchling"] | ||
| build-backend = "hatchling.build" | ||
|
|
||
| [tool.hatch.metadata] | ||
| allow-direct-references = true | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove when done testing |
||
|
|
||
| [tool.hatch.build.targets.wheel] | ||
| packages = ["src/charmlibs"] | ||
|
|
||
|
|
||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Make sure that the docs render well once built, before merging |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,4 +12,4 @@ | |
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| __version__ = '0.5.0' | ||
| __version__ = '0.6.0' | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Make sure this is the correct version before merging |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure this is the correct version before merging