Skip to content

Commit 82f2d32

Browse files
author
Seth Rait
committed
check caller onboarded
1 parent 07acfc9 commit 82f2d32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/container-mapping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class ContainerMapping {
250250
let apiTime = new Date().getMilliseconds();
251251
let url = "https://dfdinfra-afdendpoint-dogfood-dqgpa4gjagh0arcw.z01.azurefd.net/github/v1/auth-push/GetScanContext?context=authOnly";
252252
let options = {
253-
method: 'POST',
253+
method: 'GET',
254254
timeout: 2500,
255255
headers: {
256256
'Content-Type': 'application/json',

src/container-mapping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export class ContainerMapping implements IMicrosoftSecurityDevOps {
266266
let apiTime = new Date().getMilliseconds();
267267
let url: string = "https://dfdinfra-afdendpoint-dogfood-dqgpa4gjagh0arcw.z01.azurefd.net/github/v1/auth-push/GetScanContext?context=authOnly";
268268
let options = {
269-
method: 'POST',
269+
method: 'GET',
270270
timeout: 2500,
271271
headers: {
272272
'Content-Type': 'application/json',

0 commit comments

Comments
 (0)