Glenn McDonald

Results 18 issues of Glenn McDonald

Build meta-data cannot be seen via the Buildkite UI, but - curiously - can be returned via the API. This gives a false sense of security to those who think...

meta-data

Hi Team Miro 👋🏼 I've been looking into spinning up the GitHub AppCards example, and am currently a touch confused as to what I need to do to get this...

The following command: ``` New-ModuleManifest -Path .\Test.psd1 -RequiredModules @('AWSPowerShell.NetCore') -ExternalModuleDependencies @('AWSPowerShell.NetCore') -PassThru ``` results in the following manifest being generated (irrelevant data excluded): ``` ... RequiredModules = @('AWSPowerShell.NetCore') ... PrivateData...

Issue-Bug
Area-Publish
Needs Testing

When self-hosting the Allstar app, it seems the permissions required / listed [here](https://github.com/ossf/allstar/blob/main/operator.md#create-a-github-app) are a little too permissive. I'm not sure why it needs read-only access to Environments, Deployments, Pages,...

I had created a GitHub Application in our private GitHub enterprise organisation, using the steps described at the bottom of this issue, and [here](https://github.com/ossf/allstar/blob/main/operator.md#create-a-github-app). I was quite perplexed as to...

enhancement
good first issue
help wanted

We'd like to set up a defined branch protection baseline that all repositories must adhere to, for example: ``` optConfig: # All repos will use this strategy by default optOutStrategy:...

question

The following command: ``` New-ModuleManifest -Path .\Test.psd1 -RequiredModules @('AWSPowerShell.NetCore') -ExternalModuleDependencies @('AWSPowerShell.NetCore') -PassThru ``` results in the following manifest being generated (irrelevant data excluded): ``` ... RequiredModules = @('AWSPowerShell.NetCore') ... PrivateData...

Issue-Bug

**Is your feature request related to a problem? Please describe.** The agent has built-in secrets redaction capabilities, which is ace: https://buildkite.com/docs/agent/v3#promoted-experiments-redacted-variables However the `buildkite-agent annotate` function does not redact any...

## Environment - ggshield version: 1.16.0 - Operating system (Linux, macOS, Windows): Windows - Operating system version: Server 2019 - Python version: 3.11 ## Describe the bug We are seeing...

type:bug
status:new

We have a need to scan both Windows and Docker images. Our process up until now has been to use Python to install the `ggshield` package in a virtual environment...

status:needinfo
type:feature