{"id":38057793,"url":"https://github.com/veracode/veracode-bruno","last_synced_at":"2026-01-16T20:26:43.891Z","repository":{"id":293511981,"uuid":"974959138","full_name":"veracode/veracode-bruno","owner":"veracode","description":"pre-request script that creates an HMAC header using Veracode api key and secret","archived":false,"fork":false,"pushed_at":"2025-05-15T17:35:36.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-15T18:34:37.045Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/veracode.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-29T15:03:24.000Z","updated_at":"2025-05-15T17:35:40.000Z","dependencies_parsed_at":"2025-05-15T18:37:35.171Z","dependency_job_id":"5a3bbe2a-a0a7-424b-86f5-88df1239a33f","html_url":"https://github.com/veracode/veracode-bruno","commit_stats":null,"previous_names":["veracode/veracode-bruno"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/veracode/veracode-bruno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veracode%2Fveracode-bruno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veracode%2Fveracode-bruno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veracode%2Fveracode-bruno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veracode%2Fveracode-bruno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veracode","download_url":"https://codeload.github.com/veracode/veracode-bruno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veracode%2Fveracode-bruno/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28482267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-16T20:26:43.246Z","updated_at":"2026-01-16T20:26:43.880Z","avatar_url":"https://github.com/veracode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://raw.githubusercontent.com/veracode/veracode.github.io/aed0a49cd8b08056e6093232a29f49791bf21432/assets/images/veracode-white-hires.svg\" height=\"200\" width=\"200\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://raw.githubusercontent.com/veracode/veracode.github.io/aed0a49cd8b08056e6093232a29f49791bf21432/assets/images/veracode-black-hires.svg\" height=\"200\" width=\"200\"\u003e\n    \u003cimg alt=\"Veracode Logo\" src=\"https://raw.githubusercontent.com/veracode/veracode.github.io/aed0a49cd8b08056e6093232a29f49791bf21432/assets/images/veracode-black-hires.svg\" height=\"200\" width=\"200\"\u003e\n\u003c/picture\u003e\n\n# Accessing Veracode APIs with Bruno\n\n## Overview\n\nUsing [Veracode APIs](https://docs.veracode.com/r/c_gettingstarted) with Bruno requires initial configuration to accommodate HMAC signing. Below are instructions for getting up and running with Veracode APIs in Bruno.\n\n## Before You Begin\n\n### Generate Token Credentials\n\nIf you have not does so, please follow these steps to generate the necessary API Token Credential to use with Bruno.\n\n1. [Generate API credentials](https://docs.veracode.com/r/t_create_api_creds) for your Veracode user.\n2. Store the credential information is  a safe place or as a [credential file](https://docs.veracode.com/r/c_configure_api_cred_file) for use with Veracode products.\n\n\n### Setup Bruno\n\n1. Install Bruno on your machine.\n2. Create a Collection.\n3. In the **Script** tab paste in the code from [bruno-pre-request-script.js](bruno-pre-request-script.js) and click the save button.\n4. Create a new **Environment** for the Veracode platform.\n5. Update the following variables as type *secret*\n  - *api_id* : (set to your Veracode API ID)\n  - *api_key* : (set to your Veracode API Key)\n6. Be sure to save\n7. In the collection (left nav) add and save a new request. \n   - GET 'https://api.veracode.com/api/authn/v2/users/self'\n\n\n\n## License\n\n[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\nSee the [LICENSE](https://github.com/veracode/.github/blob/main/LICENSE) for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveracode%2Fveracode-bruno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveracode%2Fveracode-bruno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveracode%2Fveracode-bruno/lists"}