New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

volume_sweeper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

volume_sweeper

  • 2.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Volume Sweeper

CI (tests) Gem Version Test Coverage Maintainability License: MIT

A tool to scan and clean cloud infrastruture for unattached block volumes without kubernetes clusters persistent volumes.

Supported Clouds

  • OCI
  • AWS.
  • GCP.

Supported Kubernetes

Any distributions + v1.19.

Prerequisits

  1. Kubernetes: a service account with read/update access to the cluster is required, scoped to PV resources.
  2. Cloud: access is required for block volumes service (BV) with read and delete roles.

Installation

$ gem install volume_sweeper

Usage

To scan and generate a report:

volume_sweeper --account-id <ID> --cloud aws|oci --region <region>

To apply deletion for unattached block volumes:

volume_sweeper --mode delete

For all options:

volume_sweeper -h

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/abarrak/volume_sweeper.

License

MIT License.

FAQs

Package last updated on 01 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc