Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ You must run `docker login` to have access to the images.
Now, you can audit all operator bundles of an image catalog with:

```sh
audit-tool index bundles --index-image=registry.redhat.io/redhat/redhat--operator-index:v4.7 --head-only --output-path=testdata/xls
audit-tool index bundles --index-image=registry.redhat.io/redhat/redhat-operator-index:v4.7 --head-only --output-path=testdata/xls
```

Now, you can audit all packages of an image catalog with:

```sh
audit-tool index packages --index-image=registry.redhat.io/redhat/redhat--operator-index:v4.7 --output-path=testdata/xls
audit-tool index packages --index-image=registry.redhat.io/redhat/redhat-operator-index:v4.7 --output-path=testdata/xls
```

Note that you can also output the results in JSON format:
Expand Down