Skip to content

Add feed information to compliance policy evaluation input #9946

@denys-octopus

Description

@denys-octopus

Prerequisites

  • I have searched open and closed issues to make sure it isn't already requested
  • My team has started working on this issue
  • I have written a descriptive issue title

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/enhancementThis issue represents an enhancement we are committed to adding to Octopus as some time

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions