S3Scanner icon indicating copy to clipboard operation
S3Scanner copied to clipboard

Pipeline feature to scan leaks on S3 configuration

Open lpsm-dev opened this issue 4 years ago • 2 comments

Is it possible use this tool as a pipeline job?

lpsm-dev avatar May 06 '21 03:05 lpsm-dev

I’m not sure what you mean by “pipeline job”. In the CI/CD sense? It’s a Python tool so you can run it anywhere you can run Python

sa7mon avatar May 06 '21 18:05 sa7mon

Sorry, it would be a pipeline job that run in a CI-CD tool. The point is: this CLI has a feature that favors its use in CI environments?

For example: running the command s3scanner scan -b <my-bucket> I can have the output <my-buckey>| bucket_exists | AuthUsers: [], AllUsers: []. In a CI context it would be interesting we have a parameter that would return a failure if the scan showed some unexpected result.

lpsm-dev avatar May 07 '21 05:05 lpsm-dev

Thank you for your bug report. I have just merged the pull request for complete re-write of this tool in Go so this issue is likely no longer applicable.

I would encourage you to try out the new version either by checking out the main branch or downloading the new release once I tag it. If you encounter errors with the new version, please open a new issue.

sa7mon avatar Jul 29 '23 03:07 sa7mon