Skip to content

Commit

Permalink
docs: update command id generation instruction
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan authored and simar7 committed Jun 20, 2024
1 parent f514a01 commit f3205bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/compliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,11 @@ Example of how to define command data under ./commands folder:
#### Command ID
Find the next command ID by running the command [ID generator](https://github.com/aquasecurity/trivy-checks/blob/main/cmd/command_id/main.go)
Find the next command ID by running the command.
```sh
make command-id
```

#### Command Key

Expand Down

0 comments on commit f3205bf

Please sign in to comment.