Skip to content

Commit

Permalink
Merge pull request #12 from cadonuno/fix-findings-header
Browse files Browse the repository at this point in the history
Fixing issue with headers for Findings APIs
  • Loading branch information
tjarrettveracode authored Jun 12, 2024
2 parents 4de1e9a + f4bf3fd commit 218b3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
14 changes: 0 additions & 14 deletions Veracode Example.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,6 @@
],
"request": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{hmacAuthHeader}}",
"type": "text"
}
],
"url": {
"raw": "{{base_url}}/appsec/v2/applications/{{app_guid}}/findings?scan_type=STATIC",
"host": [
Expand Down Expand Up @@ -230,13 +223,6 @@
],
"request": {
"method": "GET",
"header": [
{
"key": "Authorization",
"value": "{{hmacAuthHeader}}",
"type": "text"
}
],
"url": {
"raw": "{{base_url}}/appsec/v2/applications/{{app_guid}}/findings?scan_type=SCA",
"host": [
Expand Down
3 changes: 2 additions & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ Please follow the instructions below to make a contribution. We welcome contribu
- Boy Baukema
- [Rob Larkin](https://github.com/rlarkin01)
- [Julian Totzek-Hallhuber](https://github.com/julz0815)
- [Jim Jonah](https://github.com/jimjonah)
- [Jim Jonah](https://github.com/jimjonah)
- [Ricardo Pereira](https://github.com/cadonuno)

0 comments on commit 218b3fe

Please sign in to comment.