Test Bandit reporting.

This commit is contained in:
Patrick Lehmann
2025-09-23 18:13:43 +02:00
parent 22bbe48d4b
commit 055863ee5f
3 changed files with 17 additions and 195 deletions

View File

@@ -40,6 +40,8 @@ __version__ = "0.4.5"
__keywords__ = ["GitHub Actions"]
__issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues"
from subprocess import check_call
from pyTooling.Decorators import export, readonly
from pyTooling.Platform import Platform