Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 341 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 341 Bytes

Tenable-Exporter

Simple Tenable exporter to get Open-Telemetry metrics of Tenable Vulnerabilities.

Usage

Run the Docker image with the following variables:

TIO_ACCESS_KEY: 
TIO_SECRET_KEY: 
docker run -p 8080:<your_port> -e TIO_ACCESS_KEY=your_access_key -e TIO_SECRET_KEY=your_secret_key tonur/tenable-exporter