Skip to content

Commit 8363a60

Browse files
reframed the API description
1 parent 60d543b commit 8363a60

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

internal/wrappers/engine-http.go

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ func (e *EngineHTTPWrapper) getEnginesApiResponse(engineName string) (*EnginesCo
5555
{
5656
ApiURL: "https://{HOST_NAME}/api/sca/analysis/requests",
5757
ApiName: "SCA File Analysis API",
58-
Description: "Gets Checkmarx SCA File Analysis Service REST API",
58+
Description: "CxOne SCA File Analysis Service API",
5959
},
6060
{
6161
ApiURL: "https://{HOST_NAME}/api/sca/management-of-risk",
62-
ApiName: "SCA Scanner- Management of Risk REST API ",
63-
Description: "Crud operations with SCA Scanner-Management of Risk REST API",
62+
ApiName: "SCA Scanner- Management of Risk API ",
63+
Description: "SCA Scanner-Management of Risk API",
6464
},
6565
},
6666
},
@@ -83,7 +83,7 @@ func (e *EngineHTTPWrapper) getEnginesApiResponse(engineName string) (*EnginesCo
8383
{
8484
ApiURL: "https://{HOST_NAME}/api/dast/mfe-results",
8585
ApiName: "DAST Results Service REST API ",
86-
Description: "API to interact with Gets the DAST Results Service",
86+
Description: "API to interact with DAST Results Service",
8787
},
8888
},
8989
},
@@ -109,7 +109,7 @@ func (e *EngineHTTPWrapper) getEnginesApiResponse(engineName string) (*EnginesCo
109109
{
110110
ApiURL: "https://{HOST_NAME}/api/sast-metadata",
111111
ApiName: "SAST Meta-data API ",
112-
Description: "Gets SAST Metadata for one or more scans",
112+
Description: "SAST Metadata for one or more scans",
113113
},
114114
},
115115
},
@@ -120,12 +120,12 @@ func (e *EngineHTTPWrapper) getEnginesApiResponse(engineName string) (*EnginesCo
120120
{
121121
ApiURL: "https://{HOST_NAME}/api/sca/analysis/requests",
122122
ApiName: "SCA File Analysis API",
123-
Description: "Gets Checkmarx SCA File Analysis Service REST API",
123+
Description: "CxOne SCA File Analysis Service API",
124124
},
125125
{
126126
ApiURL: "https://{HOST_NAME}/api/sca/management-of-risk",
127-
ApiName: "SCA Scanner- Management of Risk REST API ",
128-
Description: "Crud operations with SCA Scanner-Management of Risk REST API",
127+
ApiName: "SCA Scanner-Management of Risk API ",
128+
Description: "SCA Scanner-Management of Risk API",
129129
},
130130
},
131131
},
@@ -136,12 +136,12 @@ func (e *EngineHTTPWrapper) getEnginesApiResponse(engineName string) (*EnginesCo
136136
{
137137
ApiURL: "https://{HOST_NAME}/api/dast/scans",
138138
ApiName: "DAST Scans Service REST API",
139-
Description: "Gets Checkmarx DAST Scans Service REST API",
139+
Description: "Gets Checkmarx DAST Scans Service API",
140140
},
141141
{
142142
ApiURL: "https://{HOST_NAME}/api/dast/mfe-results",
143143
ApiName: "DAST Results Service REST API ",
144-
Description: "API to interact with Gets the DAST Results Service",
144+
Description: "API for DAST Results Service",
145145
},
146146
},
147147
},

0 commit comments

Comments
 (0)