Skip to content

Commit

Permalink
Fixing issue with headers for Findings APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
cadonuno committed Jun 12, 2024
1 parent 4de1e9a commit f4bf3fd
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 f4bf3fd

Please sign in to comment.