Skip to content

Commit 2613c8f

Browse files
move command to the end
1 parent 7801fa6 commit 2613c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/params/binds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ var EnvVarsBinds = []struct {
8282
{RiskManagementPathKey, RiskManagementPathEnv, "api/risk-management/projects/%s/results?scanID=%s"},
8383
{ConfigFilePathKey, ConfigFilePathEnv, ""},
8484
{RealtimeScannerPathKey, RealtimeScannerPathEnv, "api/realtime-scanner"},
85-
{DastEnvironmentsPathKey, DastEnvironmentsPathEnv, "api/dast/scans/environments"},
8685
{StartMultiPartUploadPathKey, StartMultiPartUploadPathEnv, "api/uploads/start-multipart-upload"},
8786
{MultipartPresignedPathKey, MultipartPresignedPathEnv, "api/uploads/multipart-presigned"},
8887
{CompleteMultiPartUploadPathKey, CompleteMultipartUploadPathEnv, "api/uploads/complete-multipart-upload"},
8988
{MultipartFileSizeKey, MultipartFileSizeEnv, "2"},
9089
{DisableASCALatestVersionKey, DisableASCALatestVersionEnv, ""},
90+
{DastEnvironmentsPathKey, DastEnvironmentsPathEnv, "api/dast/scans/environments"},
9191
}

0 commit comments

Comments
 (0)