Skip to content

Need new ArgKind to inform importers and adapters to check content is signed #1131

@SteveL-MSFT

Description

@SteveL-MSFT

Summary of the new feature / enhancement

As part of the authenticode scenario, once we have settings to handle signing of content (whether it's a warning or error), we need a way to inform importers and adapters to check their own content.

Proposed technical implementation details (optional)

Define a new ArgKind:

{
  "untrustedContent": "[error|warn]"
}

DSC itself would either error or warn if the importer or adapter doesn't use this ArgKind.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions