Prerequisites
The enhancement
The Need
Need a possibility to evaluate compliance policies against feeds which used to provide packages during deployment
Solution
Add feeds information to compliance policies input where information is accessible during policy evaluation
Screenshots and Mockups
Proposed shape:
{
...
"Steps": [
{
...
"Packages": [
{
"Feed": {
"Type": "Docker",
"Id": "Feeds-1001",
"Name": "My Docker Feed",
"Slug": "my-docker-feed",
"Url": "https://..."
},
"FeedReference": "<Feed Id or Name or variable>",
...
}
],
...
}
]
}
Links
Prerequisites
The enhancement
The Need
Need a possibility to evaluate compliance policies against feeds which used to provide packages during deployment
Solution
Add feeds information to compliance policies input where information is accessible during policy evaluation
Screenshots and Mockups
Proposed shape:
{ ... "Steps": [ { ... "Packages": [ { "Feed": { "Type": "Docker", "Id": "Feeds-1001", "Name": "My Docker Feed", "Slug": "my-docker-feed", "Url": "https://..." }, "FeedReference": "<Feed Id or Name or variable>", ... } ], ... } ] }Links