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
The **transform** subcommand allows you to convert the previous `appcat` XML rules used in the 6.x version into the new YAML format used by this version 7.x.
The **--input** flag should point to a file or directory containing XML rules, and the **--output** flag should point to the output directory for the converted YAML rules.
275
297
276
298
### Samples
@@ -289,27 +311,35 @@ In the **samples** directory, you will find several scripts to run different typ
289
311
Depending on your operating system, run the appropriate script. For example,
290
312
291
313
# [Linux / macOS](#tab/linux)
314
+
292
315
```bash
293
316
./samples/run-assessment
294
317
```
295
318
296
319
# [Windows](#tab/windows)
320
+
297
321
```cmd
298
322
.\samples\run-assessment.bat
299
323
```
300
324
325
+
---
326
+
301
327
The reports will be automatically generated and launched. You can find the reports under:
302
328
303
329
# [Linux / macOS](#tab/linux)
330
+
304
331
```bash
305
332
../samples/report-*
306
333
```
307
334
308
335
# [Windows](#tab/windows)
336
+
309
337
```cmd
310
338
..\samples\report-*
311
339
```
312
340
341
+
---
342
+
313
343
### Summary of the analysis
314
344
315
345
The landing page of the report lists all the technologies that are used in the application. The dashboard provides a summary of the analysis, including the number of transformation incidents, the incidents categories, or the story points.
0 commit comments