You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ audit-tool index bundles --index-image=registry.redhat.io/redhat/redhat-operator
65
65
66
66
Then, this report will result in a JSON file with all data exctract from the index and the bundles. Note that audit
67
67
will download each bundle and extracted the info from them. Therefore, the reports available in the page [https://operator-framework.github.io/audit/](https://operator-framework.github.io/audit/)
68
-
are done using the sub-commands`dashboard` and `alpha`. All custom reports requires the bundles report in jSON format
68
+
are done using the sub-command`dashboard`. All custom reports requires the bundles report in jSON format
69
69
so that they can are able to gathering the data and process it accordingly.
70
70
71
71
### Options
@@ -80,7 +80,6 @@ Usage:
80
80
audit-tool [command]
81
81
82
82
Available Commands:
83
-
alpha Alpha-stage subcommands
84
83
completion Generate the autocompletion script for the specified shell
85
84
dashboard generate specific custom reports based on the audit JSONs output
0 commit comments