Skip to content

Commit

Permalink
docs: remove ./ prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed Oct 24, 2024
1 parent e00c0f1 commit 5db2d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ jobs:
scan-type: "fs"
scan-ref: .
format: 'template'
template: "@./path/to/my_template.tpl"
template: "@path/to/my_template.tpl"
```

#### Default templates
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
scan-type: "fs"
scan-ref: .
format: 'template'
template: "@./$HOME/.local/bin/trivy-bin/contrib/html.tpl"
template: "@$HOME/.local/bin/trivy-bin/contrib/html.tpl"
```

### Using Trivy with GitHub Code Scanning
Expand Down

0 comments on commit 5db2d16

Please sign in to comment.