Skip to content

Commit b82d43d

Browse files
committed
Updated the docs to reflected the removal of the --all flag
1 parent 6a4ab39 commit b82d43d

File tree

5 files changed

+3
-11
lines changed

5 files changed

+3
-11
lines changed

demos/bundle.tape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Set Width 1800
1010

1111
Output dist/gatecheck-bundle.gif
1212

13-
Type "gatecheck ls --all grype-report.json | less"
13+
Type "gatecheck ls grype-report.json | less"
1414
Sleep 1
1515
Enter
1616
Sleep 5

demos/list.tape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Set Width 1600
1010

1111
Output dist/gatecheck-list.gif
1212

13-
Type "grype ubuntu:latest -o json | gatecheck ls --all -i grype | less"
13+
Type "grype ubuntu:latest -o json | gatecheck ls -i grype | less"
1414
Sleep 1
1515
Enter
1616

demos/validate.tape

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Set Width 1700
1010

1111
Output dist/gatecheck-validate.gif
1212

13-
Type "gatecheck ls --all grype-report.json | less"
13+
Type "gatecheck ls grype-report.json | less"
1414
Sleep 1
1515
Enter
1616
Sleep 5
-327 KB
Binary file not shown.

docs/list-reports.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,3 @@ gatecheck ls grype-scan-report.json
2222
```
2323

2424
![Screenshot Example List](assets/screenshot-grype-list.png)
25-
26-
Using the `--all` or `-a` flag will do a full listing, cross-referencing with FIRST EPSS API
27-
28-
```shell
29-
grype bkimminich/juice-shop:latest -o json | gatecheck ls --all -i grype
30-
```
31-
32-
![Screenshot Example List All](assets/screenshot-grype-list-all.png)

0 commit comments

Comments
 (0)