Skip to content

Commit

Permalink
Rename output file
Browse files Browse the repository at this point in the history
  • Loading branch information
georgibaltiev committed Dec 13, 2024
1 parent e33547c commit f5d9acb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage/security-hardened-k8s-shoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ diki run \
--provider=managedk8s \
--ruleset-id=security-hardened-k8s \
--ruleset-version=v0.1.0 \
--output=security-hardened-k8s-report.json
--output=security-hardened-k8s-shoot-report.json
```

### Generating a Report
Expand All @@ -49,6 +49,6 @@ We can use the file generated in the previous step to create an html report by u

```bash
diki report generate \
--output=security-hardened-k8s-report.html \
security-hardened-k8s-report.json
--output=security-hardened-k8s-shoot-report.html \
security-hardened-k8s-shoot-report.json
```

0 comments on commit f5d9acb

Please sign in to comment.