Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Datree
Commits
96dc5175
Unverified
Commit
96dc5175
authored
2 years ago
by
Roy Hadad
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
refactor: remove accountExists from prerun response (#736)
parent
291fe1d1
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
internal/fixtures/policyAsCode/prerun.json
+0
-1
internal/fixtures/policyAsCode/prerun.json
pkg/cliClient/evaluation.go
+0
-1
pkg/cliClient/evaluation.go
with
0 additions
and
2 deletions
+0
-2
internal/fixtures/policyAsCode/prerun.json
+
0
-
1
View file @
96dc5175
...
...
@@ -90,7 +90,6 @@
}
]
},
"accountExists"
:
true
,
"isPolicyAsCodeMode"
:
false
,
"registrationURL"
:
"https://app.datree.io/login?t=gfdgdsteasgfsdgfdsfsd"
,
"promptRegistrationURL"
:
"https://app.datree.io/promptLogin?t=gfdgdsteasgfsdgfdsfsd"
...
...
This diff is collapsed.
Click to expand it.
pkg/cliClient/evaluation.go
+
0
-
1
View file @
96dc5175
...
...
@@ -109,7 +109,6 @@ type EvaluationPrerunPolicies struct {
type
EvaluationPrerunDataResponse
struct
{
PoliciesJson
*
EvaluationPrerunPolicies
`json:"policiesJson"`
DefaultK8sVersion
string
`json:"defaultK8sVersion"`
AccountExists
bool
`json:"accountExists"`
RegistrationURL
string
`json:"registrationURL"`
PromptRegistrationURL
string
`json:"promptRegistrationURL"`
IsPolicyAsCodeMode
bool
`json:"isPolicyAsCodeMode"`
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help