-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Connectors based on T1 API changes
- Loading branch information
1 parent
c637a54
commit 4c53567
Showing
13 changed files
with
556 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "msdefender2tone" | ||
version = "0.9.0" | ||
version = "0.9.2" | ||
description = "MS Defender to Tenable One" | ||
authors = [ | ||
{name = "Tenable, Inc", email = "[email protected]"}, | ||
|
@@ -34,9 +34,6 @@ title = "Microsoft Defender to Tenable One" | |
tags = ["msdefender", "tvm"] | ||
timeout = 3600 | ||
|
||
[tool.tenint.connector.images] | ||
amd64 = "gitea.tenalab.online/tif/connector-msdefender2tone" | ||
|
||
[tool.uv] | ||
dev-dependencies = [ | ||
"ptpython>=3.0.29", | ||
|
@@ -82,6 +79,7 @@ docstring-code-line-length = "dynamic" | |
pythonpath = ["."] | ||
testpaths = ["tests"] | ||
addopts = "--cov=msdefender --cov-report=term-missing" | ||
filterwarnings = ["ignore::DeprecationWarning"] | ||
|
||
[tool.bandit] | ||
exclude_dirs = ["tests", ".venv"] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.