Skip to content

Commit

Permalink
docs: πŸ“š Update trace.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frack113 committed Jan 11, 2025
1 parent 8a381f3 commit d45c66b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/traces/traces.template β†’ docs/traces/trace.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ SPDX-License-Identifier: GPL-3.0-or-later

# Title

## Technical description
description of the technique.

## Technical link

description of the technique
- link to article

## Detection Link

- link to sigma

Check failure on line 17 in docs/traces/trace.md

View workflow job for this annotation

GitHub Actions / Lint with markdownlint-cli2

Unordered list indentation

docs/traces/trace.md:17:1 MD007/ul-indent Unordered list indentation [Expected: 0; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md007.md
- link to yara

Check failure on line 18 in docs/traces/trace.md

View workflow job for this annotation

GitHub Actions / Lint with markdownlint-cli2

Unordered list indentation

docs/traces/trace.md:18:1 MD007/ul-indent Unordered list indentation [Expected: 0; Actual: 1] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md007.md

Expand All @@ -20,12 +22,12 @@ description of the technique

How to launch it by cli

```bash
```sh
cargo run xxx
```

### File configuration

```Toml
```toml
[x.x]
```

0 comments on commit d45c66b

Please sign in to comment.