Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Python 应用程序,它从 Nessus 下载报告为 .csv 文件并将它们发送到 AWS Security Hub,我现在的任务是对其进行 docker 化。
我想要做的是传入 AWSAccount并Region在调用服务时指定我是否想要launch a scan或download它并将其发送到 Security Hub。
Account
Region
launch a scan
download
最好的方法是什么?Docker 是这项工作的最佳选择吗?