Add some debug logging for cargo audit

This commit is contained in:
Jonas Bushart
2024-01-19 23:28:36 +01:00
committed by GitHub
parent 9c29543ade
commit 6943412b48

View File

@@ -410,7 +410,9 @@ def run() -> None:
text=True,
check=False,
)
debug(f"Command return code: {completed.returncode}")
debug(f"Command output: {completed.stdout}")
debug(f"Command error: {completed.stderr}")
data = json.loads(completed.stdout)
summary = create_summary(data)