fix(prowler): change from prowler.py to prowler-cli.py (#7253)

This commit is contained in:
Pedro Martín
2025-03-17 15:44:15 +01:00
committed by Pepe Fagoaga
parent ea396a90e3
commit 69c7dc339f
6 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -18,7 +18,7 @@ This file should inside the *.vscode* folder and its name has to be *launch.json
"name": "Debug AWS Check",
"type": "debugpy",
"request": "launch",
"program": "prowler.py",
"program": "prowler-cli.py",
"args": [
"aws",
"--log-level",
@@ -33,7 +33,7 @@ This file should inside the *.vscode* folder and its name has to be *launch.json
"name": "Debug Azure Check",
"type": "debugpy",
"request": "launch",
"program": "prowler.py",
"program": "prowler-cli.py",
"args": [
"azure",
"--sp-env-auth",
@@ -49,7 +49,7 @@ This file should inside the *.vscode* folder and its name has to be *launch.json
"name": "Debug GCP Check",
"type": "debugpy",
"request": "launch",
"program": "prowler.py",
"program": "prowler-cli.py",
"args": [
"gcp",
"--log-level",
@@ -64,7 +64,7 @@ This file should inside the *.vscode* folder and its name has to be *launch.json
"name": "Debug K8s Check",
"type": "debugpy",
"request": "launch",
"program": "prowler.py",
"program": "prowler-cli.py",
"args": [
"kubernetes",
"--log-level",