-
- Downloads
Added result persistence capabilities for MongoDB
Showing
- install-checks.sh 6 additions, 0 deletionsinstall-checks.sh
- requirements.txt 2 additions, 0 deletionsrequirements.txt
- src/iac_scan_runner/cleanup_old_scans.py 29 additions, 0 deletionssrc/iac_scan_runner/cleanup_old_scans.py
- src/iac_scan_runner/results_persistence.py 95 additions, 0 deletionssrc/iac_scan_runner/results_persistence.py
- src/iac_scan_runner/results_summary.py 3 additions, 2 deletionssrc/iac_scan_runner/results_summary.py
- src/iac_scan_runner/scan_runner.py 26 additions, 1 deletionsrc/iac_scan_runner/scan_runner.py
... | ... | @@ -6,3 +6,5 @@ pydantic==1.9.0 |
content-size-limit-asgi==0.1.5 | ||
PyYAML==6.0 | ||
typer==0.4.0 | ||
pymongo==4.2.0 | ||
schedule==1.1.0 |
src/iac_scan_runner/cleanup_old_scans.py
0 → 100644
src/iac_scan_runner/results_persistence.py
0 → 100644
Please register or sign in to comment