Evan Gibler

Results 23 issues of Evan Gibler

[Hopefully] addresses https://github.com/chainguard-dev/apko/issues/1052. Seems like a fairly straightforward fix -- this PR removes the `@label` portion of the URI string so that the lock file doesn't causes the errors noted...

A lot of new functionality has been added around archives and the testing gaps were piling up. This PR covers a decent bit of the newly-added functionality by testing the...

Closes: https://github.com/chainguard-dev/bincapz/issues/209 This PR adds support for a `--version` flag that will either use the newly-added `VERSION` file or check for the `main.version` build key. Testing: ``` ❯ go run...

Addresses https://github.com/chainguard-dev/apko/issues/1052. This PR removes the `@label` portion of the URI string so that the lockfile doesn't cause the errors noted in the above issue. Comparison: Before: ```json { "version":...

This is a small PR that adds `git config --global tag.gpgsign true` to the `setup-gitsign` Action. The Gitsign Configuration section mentions this option but the Action does not currently handle...

Currently, our diff mode will show all added/removed/modified files. For cases where many files are affected between previous and new paths, this output can be noisy and add little value....

As seen here: https://github.com/wolfi-dev/os/actions/runs/10009779412/job/27673386509?pr=24126 We should see if we can profile this and determine the root cause (and make the appropriate improvements).

bug

As seen [here](https://github.com/wolfi-dev/os/pull/26593). This was a "false positive" for our purposes since we build `frp` and offer it as a package; however, outside of this, its usage is probably worth...

enhancement
false-positive

Right now, we compile every rule in the `rules` and `third_party` directories which comes out to ~15,299 rules in total (after our bad rule exclusions). Not all rules are applicable...

When scanning a directory, we should be able to exclude arbitrary paths via something like `--exclude-paths`. A good example here is when scanning `samples/macOS` which has the `bincapz` binary in...