Skip to content

Get a quick list of modules with findings identified by a Veracode static scan.

License

Notifications You must be signed in to change notification settings

tjarrettveracode/veracode-static-bom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veracode Static BOM

Get a quick list of modules with findings identified by a Veracode static scan.

Setup

NOTE: This script requires Python 3!

Clone this repository:

git clone https://github.com/tjarrettveracode/veracode-static-bom

Install dependencies:

cd veracode-static-bom
pip install -r requirements.txt

(Optional) Save Veracode API credentials in ~/.veracode/credentials

[default]
veracode_api_key_id = <YOUR_API_KEY_ID>
veracode_api_key_secret = <YOUR_API_KEY_SECRET>

Run

If you have saved credentials as above you can run:

python vcstaticbom.py (arguments)

Otherwise you will need to set environment variables:

export VERACODE_API_KEY_ID=<YOUR_API_KEY_ID>
export VERACODE_API_KEY_SECRET=<YOUR_API_KEY_SECRET>
python vcstaticbom.py (arguments)

Arguments supported include:

  • --appid, -a (opt): application guid for which to list a bill of materials.
  • --all, -l (opt): If set, checks all applications.

NOTES

  1. Initial version of the script only reports on modules found in policy scans.
  2. All values are output to vcstaticbom.csv

About

Get a quick list of modules with findings identified by a Veracode static scan.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages