Zac Sims

Results 13 issues of Zac Sims

Per the `README.md` Linux or Mac OS are listed as requirements. It would be useful to support building on Windoes. I gave it a try and there's a few errors,...

At the moment the container is a black box. Logging our some way of hooking it in (events?) would help debugging.

enhancement

Enumerating hints for "busy" windows can be quite slow, sometime taking ~3 seconds.

Feature request to add support for scanning dependencies from bazel definitions. This is similar to https://github.com/dependabot/dependabot-core/issues/2196. It'd make it a lot easier rather than bazel-generating POMs for osv-scanner to scan.

enhancement

By default the buildkite agent will do an `ssh-keyscan` at checkout time. However, plugins are checked out before the buildkite agent does a keyscan. Example pipeline: ``` steps: - command:...

bug

If the build pipeline has multiple steps, then multiple merge builds will be triggered. There should be only merged build triggered.

`env` or `plugins` can be blank, which will cause this tool to blow up: ``` steps: - command: echo hi plugins: ``` > 2019/04/09 04:18:02 Unknown plugin type

bug

This is in addition to #14. The Buildkite UI still needs to be used to specify an "initial" command. This command will currently be unsigned. This feature adds a "no...

This is to mitigate against timing attacks, e.g. https://verboselogging.com/2012/08/20/a-timing-attack-in-action

This could include plugin versions, and would replace https://github.com/buildkite/buildkite-plugin-whitelister @lox has an implementation for working with plugins (for the agent): https://github.com/buildkite/agent/pull/762/files#diff-e46069f38e288ad2a2206cab78dcbde7