Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
PA-10432 Final rc
Browse files Browse the repository at this point in the history
  • Loading branch information
SOOS-JAlvarez committed Aug 11, 2023
1 parent 3dd59bf commit 62bff7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.12-rc5
1.7.12-rc6
2 changes: 1 addition & 1 deletion src/cli/soos.py
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ def create_scan_metadata(context: SOOSContext) -> Union[CreateScanAPIResponse, E
start_scan_data['contributingDeveloperAudit'] = [{
"source": "EnvironmentVariable",
"sourceName": integration_variable_name,
"contributingDeveloperId": context.contributing_developer
"contributingDeveloperId": contributing_developer
}]

headers = generate_header(api_key=context.api_key, content_type="application/json")
Expand Down

0 comments on commit 62bff7e

Please sign in to comment.