Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 836 Bytes

development.md

File metadata and controls

23 lines (17 loc) · 836 Bytes

Development

This integration uses Veracode's findings api

Provider account setup

See the In Veracode section of the official integration docs for instructions on generating api keys in a least-privledged manner. As functionality of this project evolves, please verify the new set least-privledged access the Veracode Api service account needs in order to operate correctly

Authentication

Copy the .env.example to .env file and fill in the variables using the user information and API token information generated from instructions above. The mapping is as follows:

  • API_ID=${Api ID}
  • API_SECRET=${Api Secret Key}