-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Artifact Download of completed scan is failing #7299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @DanBrown47, Thanks for reporting this issue, we'll take a look at it as soon as possible and get back to you. |
That
To help us debug, could you share the worker log? We need it to understand what happened. Also, if you’ve run multiple scans in parallel, this might be related to a bug we’re fixing in the upcoming |
I have attached the logs in the actual results section About the other queries
Thanks for the prompt response |
Hi @DanBrown47, My bad, I didn't see them. We'll get back to you soon. |
It seems there was a misunderstanding. You provided the Despite that, based on the current information, it’s likely related to the error I mentioned earlier, which we’re addressing in the upcoming Thanks for your help, and let us know if you have any questions! |
Hi @HugoPBrito , I'm facing the same issue, |
Hi @DanBrown47, Did you try it in latest |
Running into the same error @HugoPBrito |
Hi @lucas-opennet, Thanks for your help with this, and thank you for using Prowler! We appreciate your support and patience as we work to resolve this issue. Please don't hesitate to reach out if you need anything else. |
Yes @HugoPBrito. Using |
Hi guys, It seems that there are no apparent errors related to the export functionality in the logs that you send us. In order to help you we need to make a call to the API task endpoint, so we can see the status of the task. To do this we are going to execute the following (replacing the username and password):
Next we make a call to the tasks endpoint, using the access token:
Finally share the output with us please, if you have any questions about the process do not hesitate to ask. Regards |
hi @AdriiiPRodri , please find the result of the call to task API endpoint. I'm using the admin credentials |
Hi @mathiznogoud, This one helps us a lot, apparently the user that raises prowler does not have permissions to write in In this case we can change the output directory of the API artifacts, for this we have to modify the
And change it to a path where we have permissions. We must also change the mapping of docker to your local file system (using the previous path), for this we will have to modify the Then we will deploy Prowler again and try again. I hope this solves your problem, we will take into account this problem for future versions, any doubt don't hesitate to ask. |
Steps to Reproduce
Expected behavior
The artifact should start to download
Actual Result with Screenshots or Logs
prowler_logs_scan_fail.txt
How did you install Prowler?
Cloning the repository from github.com (git clone)
Environment Resource
OS used
PoP OS 22.04
Prowler version
5.4.0
Pip version
25.0.1
Context
Not sure why 404 is showing in the logs. the app should be retrieving the same
The text was updated successfully, but these errors were encountered: