Skip to content

Commit 74ab089

Browse files
Simplify CLI param table
1 parent 49f7e2c commit 74ab089

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ This plugin attempts to fetch vulnerabilities for all running containers
2424

2525
### Parameters
2626

27-
| cli param short | cli param long | help |
28-
| --------------- | -------------------- | ----------------------- |
29-
| -d URL | --docker-url URL | Docker URL |
30-
| -t TOKEN | --quayio-token TOKEN | Quay.io oauth token |
31-
| -w WHITELIST | --whitelist | Vulnerability whitelist |
27+
| Parameter | Description |
28+
|---------------|-------------------------|
29+
| -d URL | Docker URL |
30+
| -t TOKEN | Quay.io oauth token |
31+
| -w WHITELIST | Vulnerability whitelist |
3232

3333
### Example
3434

0 commit comments

Comments
 (0)