From 628287130cd9927135e0f9dc9360051abc78700f Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Wed, 6 Dec 2023 13:59:49 +0900 Subject: [PATCH] Update code scanning wf for reporting bandit detection as eror (#1215) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ec45546147..a9539baff2 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ commands = deps = bandit commands = - - bandit -r -c .ci/ipas_default.config {toxinidir}/ -f txt -o {toxworkdir}/bandit-report.txt + bandit -r -c .ci/ipas_default.config {toxinidir}/ -f txt -o {toxworkdir}/bandit-report.txt [testenv:trivy-scan]