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 GitHub
parent 72de5fdb1b
commit 6a4df15c47
6 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ mkdir /tmp/poetry
poetry config cache-dir /tmp/poetry
eval $(poetry env activate)
poetry install
python prowler.py -v
python prowler-cli.py -v
```
> [!IMPORTANT]
> Starting from Poetry v2.0.0, `poetry shell` has been deprecated in favor of `poetry env activate`.