Skip to content

Commit

Permalink
Updated overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
austinsonger committed Jan 23, 2025
1 parent 9e2d384 commit 185852b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/topics/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,17 @@ END_DATE=$(date -u +"%Y-%m-%dT%H-%M-%SZ")

# cloud.tenable.com

python3 src/cloud_trawler.py --download-path scans/cloud/vulmgt/${YEAR}/${MONTH}/
python3 src/cloud_trawler.py --download-path \
scans/cloud/vulmgt/${YEAR}/${MONTH}/

python3 src/cloud_trawler-webapp-tio.py \
--output-dir scans/cloud/was/${YEAR}/${MONTH}/ \
--file-name "${END_DATE}_findings.csv"

## fedcloud.tenable.com

python3 src/fedcloud_tenabletrawler.py --download-path scans/fedcloud/vulmgt/${YEAR}/${MONTH}/
python3 src/fedcloud_tenabletrawler.py --download-path \
scans/fedcloud/vulmgt/${YEAR}/${MONTH}/

python3 src/fedcloud_trawler-webapp-tio.py \
--output-dir scans/fedcloud/was/${YEAR}/${MONTH}/ \
Expand Down

0 comments on commit 185852b

Please sign in to comment.