William Petit
22fda4ed54
All checks were successful
Cadoles/bouncer/pipeline/pr-develop This commit looks good
9 lines
100 B
Go
9 lines
100 B
Go
package oidc
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
//go:embed layer-options.json
|
|
var RawLayerOptionsSchema []byte
|