Skip to content

cloudpassage/python_latest_scan_issues

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_latest_scan_issues

Description

This program archives the latest scan issues for all active servers and deactivated servers that were last seen 24 hours ago.

Prerequisities:

  1. cloudpassage sdk (install via pip install cloudpassage)

  2. Copy the API Key_id and Secret Key from your Halo account into portal.yml located in configs/portal.yml

    key_id: 12345
    secret_key: abcabcabcabcabc
    
  3. change last_24_hours: False in portal.yml located in configs/portal.yml if trying to archive scan issues for all active servers ONLY

  4. Python 2.7.10

  5. cloudpassage python package

  6. dateutil.parser (install via pip install python-dateutil)

  7. logbook (install via pip install logbook)

Program Usage:

Run the following command to see program usage:

python latest_scan_issues.py

Program Output

The archive scan issue data will be stored in the data directory.

About

Python Latest Scan Issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%