Go client library for Tenable.io.
- Authentication (API Key)
- Retrieve Repositories, Analysis.
- Go >= 1.18
- Tenable ??
It is go gettable
go get github.com/IBM/go-tenableUsage:
package main
import (
tenable "github.com/IBM/go-tenable"
)
...(optional) to run unit / example tests:
cd $GOPATH/src/github.com/IBM/go-tenable
go test -v ./...Please have a look at the GoDoc documentation for a detailed API description.
The latest Tenable REST API documentation was the base document for this package.