Skip to content

Commit db3fc89

Browse files
Merge branch 'main' into dependabot/github_actions/docker/setup-buildx-action-3.10.0
2 parents e779fc2 + fda8464 commit db3fc89

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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)