Glenn McDonald
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...
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...
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...
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:...
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...
**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...
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...