Josh Duffney
Josh Duffney
## Description of the new feature Add the `-InputObject` parameter to the appropriate AzRoleDefintion cmdlets. Reason: Currently you can either input a JSON file or a RoleDefinition object. Manipulating a...
There was a missing `.` in the image tag for `ghcr.io/oras-project/registry:v1.0.0-rc2`. See https://github.com/oras-project/distribution/pkgs/container/registry
if ($PSCred -is [System.String]) { # Your function } elseif ($PSCred -is [System.Management.Automation.PSCredential]) { # whatever } else { # whatever }
resource interpolation is broken with terraform destroy causing it to fail while deleting resources.
### What happened in your environment? I installed Ratify on my AKS cluster before the appropriate access policy was assigned to the managed identity used by Ratify to connect to...
### What would you like to be added? Include a `setFormatter` function in the `internal/logger/logger.go` (pluginLogger) package to allow switching between text, json, and logstash messages to match the functionality...
### What kind of request is this? Improvement of existing experience ### What is your request or suggestion? Trivy allows you to generate an SBOM for a container image and...
# Description Implements a periodic refresh for KMP resources deployed to Kubernetes by using the controller's re-queue functionality. ## What this PR does / why we need it: Adds two...
### What would you like to be added? It would be helpful to add support for handling multiple versions of certificates or keys when validating artifacts. As part of this...