We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15abb81 commit fda8464Copy full SHA for fda8464
1 file changed
README.md
@@ -242,6 +242,17 @@ the OP to get the discovery metadata and later retrieve the
242
tokens). This is why you can't use `localhost` or `127.0.0.1` which
243
the debugger would interpret as itself instead of the provider.
244
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
256
## Credits
257
258
This project is based on NGINX / OpenResty and all the actual OpenID
0 commit comments