We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 380b17e + 5abb8e0 commit 14fb7f0Copy full SHA for 14fb7f0
contentctl/contentctl.py
@@ -229,4 +229,7 @@ def main():
229
print(e)
230
231
sys.exit(1)
232
-
+
233
234
+if __name__ == "__main__":
235
+ main()
pyproject.toml
@@ -16,7 +16,7 @@ PyYAML = "^6.0.1"
16
requests = "~2.32.2"
17
pycvesearch = "^1.2"
18
xmltodict = "^0.13.0"
19
-attackcti = "^0.3.7"
+attackcti = ">=0.3.7,<0.5.0"
20
Jinja2 = "^3.1.4"
21
questionary = "^2.0.1"
22
docker = "^7.1.0"
0 commit comments