You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,14 @@ You can enable PML detection by calling the `SetPMLEnable` function:
136
136
client.SetPMLEnable()
137
137
```
138
138
139
+
### EnableSPN feedback
140
+
141
+
You can enable SPN feedback by calling the `SetFeedbackEnable` function:
142
+
143
+
```go
144
+
client.SetFeedbackEnable()
145
+
```
146
+
139
147
## UsageExamples
140
148
As examples, you can find two important files in the `tools/` directory of the SDKpackage:
141
149
@@ -182,6 +190,12 @@ API key for service authentication if authentication is enabled
182
190
`-pml`
183
191
Specify to enable PML (Predictive MachineLearning) detection
184
192
193
+
`-feedback`
194
+
Specify to enable SPN feedback
195
+
196
+
`-tag <string>`
197
+
Specify the tags to be used for scanning, separated by commas
198
+
185
199
### scanfiles
186
200
187
201
This is another program that uses the gRPC client library to communicate with our server. Depending on whether or not the `-good` flag is specified, and the scan result returned from the scan, the program will output result that shows the testing was successful or not.
@@ -214,6 +228,13 @@ API key for service authentication if authentication is enabled
214
228
`-pml`
215
229
Specify to enable PML (Predictive MachineLearning) detection
216
230
231
+
`-feedback`
232
+
Specify to enable SPN feedback
233
+
234
+
`-tag <string>`
235
+
Specify the tags to be used for scanning, separated by commas
236
+
237
+
217
238
## ProxyConfiguration
218
239
219
240
The cli tool loads the proxy configuration from the following set of optional environment variables
0 commit comments