Skip to content

rmrj/Qualys-Container-Cleanup-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qualys Container Cleanup Tool

Overview

This script automates the process of deleting stale data (DELETED and STOPPED containers) in the Qualys portal using the Delete Container Security API.

Features

  • Utilizes the Qualys API to remove stale container data.
  • Supports deletion of both DELETED and STOPPED container states.

Requirements

  • Python 3.x
  • requests library
  • yaml library

Setup

  1. Install required Python libraries:
    pip install requests pyyaml

Set up the required environment variables:

export QUALYS_API_USERNAME='your_username'

export QUALYS_API_PASSWORD='your_password'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published