Carlos Meza

Results 10 issues of Carlos Meza

I would like to be warned if a step is using user input inside the "run" part of a step to mitigate [the risk of script injections](https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#understanding-the-risk-of-script-injections). Inputs includes: -...

When trying to run multiple jobs in parallel, each job can see the same drive letter as available, see https://github.com/andsens/bootstrap-vz/blob/f71eac2c390e67ebac4e237d937481ae1909e800/bootstrapvz/providers/ec2/ebsvolume.py#L27. So when it tries to mount, all jobs but one...

I think it would be useful to be able to support other Debian based distros, i.e. Ubuntu.

When trying to run the docker example mentioned in the readme, `bootstrap-vz` throws an error `Error response from daemon: ' is not a valid change command`. I believe this is...

bug

I do not think D105 applies to a data class' `__post_init__`.

```yaml kind: Pod metadata: name: demo labels: role: myrole spec: containers: - name: bad_name ``` ``` a DNS-1123 label must consist of lower case alphanumeric characters or '-', and must...

bug
upstream

Would a PR adding support for a [pre-commit](https://pre-commit.com/) hook be accepted? example: https://github.com/rhysd/actionlint/blob/main/.pre-commit-hooks.yaml

closes #90149 * Issue: gh-90149

awaiting review

Adding `isort` to have a consistent style for imports.

enhancement

## Description Unintuitive behavior, where environment variables supersede the CLI flags. Specifically, `APOLLO_KEY` supersedes `--profile`. ### Steps to reproduce 1. Create a profile with `rover`. 2. Set an API key,...

bug 🐞
triage