Skip to content

Commit fda8464

Browse files
committed
Add SBOM extraction instructions
1 parent 15abb81 commit fda8464

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,17 @@ the OP to get the discovery metadata and later retrieve the
242242
tokens). This is why you can't use `localhost` or `127.0.0.1` which
243243
the debugger would interpret as itself instead of the provider.
244244

245+
## Software Bill of Materials (SBOM)
246+
247+
To get the SBOM for the latest image (in SPDX JSON format), use the
248+
following command:
249+
250+
```bash
251+
docker buildx imagetools inspect leplusorg/openid-connect-provider-debugger --format '{{ json (index .SBOM "linux/amd64").SPDX }}'
252+
```
253+
254+
Replace `linux/amd64` by the desired platform (`linux/amd64`, `linux/arm64` etc.).
255+
245256
## Credits
246257

247258
This project is based on NGINX / OpenResty and all the actual OpenID

0 commit comments

Comments
 (0)