Daniel George Holz

Results 15 issues of Daniel George Holz

### Background Brakeman version: 5.2.1 Rails version: 6.1.4.4 Ruby version: 3.0.3 Link to Rails application code: it's private #### False Positive *Full* warning from Brakeman: `Warning: Render path contains parameter...

Hello, I have a step in my workflow like: ``` - name: Get count of commits ahead of merge base id: github_compare uses: octokit/[email protected] with: route: GET /repos/:repository/compare/:base...:head repository: ${{...

Type: Support
Status: Blocked

### Describe the bug I have a job in a GitHub Actions workflow that generates an artifact and uploads it. I want to download it in a subsequent job &...

bug
p3
help wanted

Hello, I have some CI jobs that try to avoid checking out unnecessary commits for merges. They call the GitHub API to see how many commits behind/ahead they are, compared...

Hi, I wanted to save and restore to a file outside of `vendor`. I wanted to use Brakeman to scan my app, and include some code from one of my...

Fixes #247 *Description of changes:* Applies the same sanitization to Branch as is applied to Workflow. By submitting this pull request, I confirm that you can use, modify, copy, and...

Following on from #308, since https://github.com/rubocop/rubocop/releases/tag/v1.25.0 has been released in the meantime Hi, we'd like to update the version of RuboCop we install to match the latest available version (1.25.0)....

Hi, we'd like to update the version of Rubocop we install to match the latest available version (`1.24.1`). I don't see a matching `channel` branch on this repo, nor a...

### Should be able to choose which attempt of a run to view Following on from #5629, now `gh run view` only shows the latest attempt. Which means you can...

enhancement
help wanted

**Describe the bug** Sometimes the runner will take a value for a variable set in an `env` block and change it, if the value looks like a timestamp. **To Reproduce**...

bug