Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zregvart/93f46d03febf7cbe8df167e7195c547d to your computer and use it in GitHub Desktop.
Save zregvart/93f46d03febf7cbe8df167e7195c547d to your computer and use it in GitHub Desktop.
[
{
"filename": "./input/input.json",
"namespace": "release.main",
"successes": 0,
"warnings": [
{
"msg": "It just feels like a bad day to do a release",
"metadata": {
"code": "bad_day",
"effective_on": "2030-01-01T00:00:00Z"
}
}
],
"failures": [
{
"msg": "No test data found",
"metadata": {
"code": "test_data_missing",
"effective_on": "2022-01-01T00:00:00Z"
}
}
]
}
]
{
"imageSignatureCheck": {
"passed": true,
"message": "success"
},
"attestationSignatureCheck": {
"passed": true,
"message": "success"
},
"policyCheck": [
{
"filename": "./input/input.json",
"namespace": "release.main",
"successes": 0,
"warnings": [
{
"msg": "It just feels like a bad day to do a release",
"metadata": {
"code": "bad_day",
"effective_on": "2030-01-01T00:00:00Z"
}
}
],
"failures": [
{
"msg": "No test data found",
"metadata": {
"code": "test_data_missing",
"effective_on": "2022-01-01T00:00:00Z"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment