Skip to content

Commit

Permalink
Added Security Center Hosts API Support #614
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMcGrath committed Jan 15, 2025
1 parent ae91b01 commit 59f8968
Show file tree
Hide file tree
Showing 9 changed files with 526 additions and 270 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Jenkinsfile
/ex_*.py
.idea
/dist
__MACOSX
1 change: 1 addition & 0 deletions docs/api/sc/hosts.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. automodule:: tenable.sc.hosts
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,5 @@ dev-dependencies = [

[tool.pytest.ini_options]
addopts = "--cov-report term-missing --cov=tenable"
filterWarnings = [
"ignore::DeprecationWarning"
]
testpaths = ['./tests']
filterwarnings = ["ignore:::DeprecationWarning"]
Loading

0 comments on commit 59f8968

Please sign in to comment.