Skip to content

Commit

Permalink
Merge pull request #217 from iriusrisk/feature/OPT-783
Browse files Browse the repository at this point in the history
[feature/OPT-783] to dev
  • Loading branch information
PacoCid authored Apr 4, 2023
2 parents 803d2ea + 1464868 commit 3fb145a
Show file tree
Hide file tree
Showing 8 changed files with 2,609 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/Quickstart-Guide-for-Beginners.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,16 +174,16 @@ files used for External Threat Model conversions as MTMT (Microsoft Threat Model

#### **OTM**
These files may have been generated by StartLeft or handcrafted by any user. To see how to validate
an OTM file, we can download an example from the `examples/manual` folder.
an OTM file, we can download an example from the `examples/otm` folder.
```shell
wget https://raw.githubusercontent.com/iriusrisk/startleft/main/examples/manual/manual.otm
wget https://raw.githubusercontent.com/iriusrisk/startleft/main/examples/otm/manual_threat_model.otm
```

And then validate it by executing:
???+ example "OTM example"

```shell
startleft validate --otm-file manual.otm
startleft validate --otm-file manual_threat_model.otm
```

???+ warning "Mapping file and otm validation"
Expand Down
Loading

0 comments on commit 3fb145a

Please sign in to comment.