Add artifact.whitelist_expiration/tests/data/sample_whitelist.json
This commit is contained in:
parent
af446f409b
commit
b32e3cc5c2
1 changed files with 22 additions and 0 deletions
|
|
@ -0,0 +1,22 @@
|
|||
[
|
||||
{
|
||||
"entry_id": "entry_valid_001",
|
||||
"expires_at": "2099-12-31T23:59:59",
|
||||
"reason_code": "PERM_TEST_VALID"
|
||||
},
|
||||
{
|
||||
"entry_id": "entry_expired_002",
|
||||
"expires_at": "2020-01-01T00:00:00",
|
||||
"reason_code": "LEGACY_TEST_EXPIRED"
|
||||
},
|
||||
{
|
||||
"entry_id": "entry_soon_expiring_003",
|
||||
"expires_at": "2024-12-31T23:59:59",
|
||||
"reason_code": "SOON_EXPIRING_FOR_RENEW"
|
||||
},
|
||||
{
|
||||
"entry_id": "entry_edge_004",
|
||||
"expires_at": null,
|
||||
"reason_code": "MISSING_EXPIRATION"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue