@@ -90,6 +90,7 @@ The [`@stoe/action-reporting-cli`](https://github.com/stoe/action-reporting-cli)
9090> }
9191> ]
9292> ```
93+ > {: .nolineno}
9394> {: file='actions-output.json'}
9495
9596> *Full example output - `@stoe/action-reporting-cli`: [`json`](https://github.com/joshjohanning-org/export-actions-usage-report/blob/main/actions-output.json), [`md`](https://github.com/joshjohanning-org/export-actions-usage-report/blob/main/actions-output.md), [`csv`](https://github.com/joshjohanning-org/export-actions-usage-report/blob/main/actions-output.csv)*
@@ -108,6 +109,7 @@ npx @stoe/action-reporting-cli
108109 --json ./reports/actions.json
109110 --md ./reports/actions.md
110111```
112+ {: .nolineno}
111113
112114### Method 3: Custom SBOM Script (My Lightweight Solution)
113115
@@ -134,6 +136,7 @@ What makes this script useful:
134136> | 10 | github/codeql-action/upload-sarif |
135137> | 4 | joshjohanning/approveops |
136138> ```
139+ > {: .nolineno}
137140> {: file='count-by-action-sbom.md'}
138141
139142> [*Full example output - SBOM Count by Action*](https://github.com/joshjohanning-org/export-actions-usage-report/blob/main/count-by-action-sbom.md)
@@ -150,6 +153,7 @@ What makes this script useful:
150153> | 3 | github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 # sha not associated to tag |
151154> | 2 | joshjohanning/approveops@caad905b2ba78301a0db7f484ef6fe3c770e6985 # v2.0.3 |
152155> ```
156+ > {: .nolineno}
153157> {: file='count-by-version-sbom.md'}
154158
155159> [*Full example output - SBOM Count by Version*](https://github.com/joshjohanning-org/export-actions-usage-report/blob/main/count-by-version-sbom.md)
@@ -164,6 +168,7 @@ What makes this script useful:
164168./get-actions-usage-in-organization.sh joshjohanning-org count-by-version md --resolve-shas > output.md
165169./get-actions-usage-in-organization.sh joshjohanning-org count-by-action md --dedupe-by-repo > output.md
166170```
171+ {: .nolineno}
167172
168173> ** Need single repository analysis?** I also have a [ repository-level version of this script] ( https://github.com/joshjohanning/github-misc-scripts/blob/main/gh-cli/get-actions-usage-in-repository.sh ) that works the same way but analyzes just one repository instead of an entire organization.
169174 {: .prompt-tip }
0 commit comments