This script retrieves vulnerability data from Trend Micro Cloud One Container Security and generates a report in Excel format.
-
Clone the Repository
- Begin by cloning the repository that contains the migration script:
git clone https://github.com/marbsangr/actions-test.git cd actions-test
- Begin by cloning the repository that contains the migration script:
-
Set Up Python Environment
- Ensure you have Python installed. It's recommended to create a virtual environment to manage dependencies:
python3 -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Ensure you have Python installed. It's recommended to create a virtual environment to manage dependencies:
-
Install Dependencies
- Install the required Python packages using the
requirements.txtfile provided:pip install -r requirements.txt
- Install the required Python packages using the
-
Execute Script
- Add your Cloud One Api Key in config.yaml file
-
Execute Script
python Reporte_Vuln.py
- Ensure that all changes are documented and approved by your compliance team.