Categorygithub.com/IBM/go-tenable
repositorypackage
0.0.0-20220824192208-f0c12901ed41
Repository: https://github.com/ibm/go-tenable.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

go-tenable

Go client library for Tenable.io.

Features

  • Authentication (API Key)
  • Retrieve Repositories, Analysis.

Requirements

  • Go >= 1.18
  • Tenable ??

Installation

It is go gettable

go get github.com/IBM/go-tenable

Usage:

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 ./...

API

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.