From 65e72d69370d72d18cc981e22d1cf1c48ca42bc0 Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Thu, 22 Dec 2022 11:02:25 +0100 Subject: [PATCH] fix(issue_template): Update for Prowler v3 (#1581) --- .github/ISSUE_TEMPLATE/bug_report.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c4aaef3c..c7b53fd2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -33,15 +33,14 @@ A clear and concise description of what you expected to happen. **Screenshots or Logs** If applicable, add screenshots to help explain your problem. Also, you can add logs (anonymize them first!). Here a command that may help to share a log -`bash -x ./prowler -options > debug.log 2>&1` then attach here `debug.log` +`prowler --log-level DEBUG --log-file $(date +%F)_debug.log ` then attach here the log file. **From where are you running Prowler?** Please, complete the following information: - Resource: [e.g. EC2 instance, Fargate task, Docker container manually, EKS, Cloud9, CodeBuild, workstation, etc.) - OS: [e.g. Amazon Linux 2, Mac, Alpine, Windows, etc. ] - - AWS-CLI Version [`aws --version`]: - - Prowler Version [`./prowler -V`]: + - Prowler Version [`./prowler --version`]: - Shell and version: - Others: