File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,17 @@ the OP to get the discovery metadata and later retrieve the
242242tokens). This is why you can't use ` localhost ` or ` 127.0.0.1 ` which
243243the 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
247258This project is based on NGINX / OpenResty and all the actual OpenID
You can’t perform that action at this time.
0 commit comments