Skip to content

Public Repo to host utility scripts for Levo.ai Security Test Runs

Notifications You must be signed in to change notification settings

levoai/test-runs-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-runs-utils

Public Repo to host utility scripts for Levo.ai Security Test Runs

Usage

# Install sqlgc python package (This package offers an easy to use GraphQL client)
pip install sgqlc

# Export the following ENV variables
export WORKSPACE_ID=<32 digit UUID LEVO workspaceId>
export ORG_ID=<32 digit UUID LEVO orgId>
# You can get your REFRESH_TOKEN from user settings (https://app.levo.ai/settings/keys/cli)
export REFRESH_TOKEN=<Levo Refresh Token>
# AUTH_TOKEN is optional if you are providing REFRESH_TOKEN
export AUTH_TOKEN=<Levo Access Token>


# The following command generates vulnerabilities json file at the location specified in the command (stdout argument)
./fetch_levo_vulns.py <Your Levo Test Run ID (32 digit UUID)> > <output path to the JSON vulnerabilities file>

About

Public Repo to host utility scripts for Levo.ai Security Test Runs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages