joshlarsen / saas-api-samples

Sample code snippets for consuming the CloudSploit API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SaaS API Samples for Aqua

Table of Contents

Python samples

cd sample-python

Using virtual env

Create a virtual environment (if you prefer) and install the libs

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

python3 post_terraform_folder.py | jq
python3 post_yaml_cloudformation_python3.py | jq
python3 realtime_scan_p3.py 
python3 scan_details_p3.py
python3 scan_list_p3_params.py

Javascript samples

cd sample-js

About

Sample code snippets for consuming the CloudSploit API


Languages

Language:Python 45.9%Language:JavaScript 37.8%Language:HCL 15.5%Language:Shell 0.8%