autograph
autograph copied to clipboard
Mozilla's digital signature service
This removes golint from the circleci config and the Makefile. golint has been deprecated in favor of the vet and staticcheck tools. See https://github.com/golang/lint?tab=readme-ov-file#readme and https://github.com/golang/go/issues/38968
This grep was a hack to avoid fixing a deprecated API for DSA. The grep command fails on macOS because `-P` doesn't exist on the default macOS grep. Fortunately, the...
Added a couple options to Makefile to run the docker container locally in interactive mode for easier dev work.
Before this patch, AUTOGRAPH_URL was required to include a trailing slash in order to be considered valid but wasn't required to be an actual URL. We use url.JoinPath so that...
Additional information on AUT-287 --- `make integration-test` - runs successfully locally `make generate` and then `docker compose run --build unit-test` runs successfully locally
This change gives us separate tags for prereleases and releases, which will allow our deployment pipeline to separate out stage & production deploys. I've also adjusted the `latest` tag to...
A variety of correction and improvements have happened since the sops version we've been shipping on. A number of deprecated, archived, and unused dependencies were also removed by this upgrade...
I would like `slices.Collect` and `maps.Keys` for my code and those were added in Go 1.23.
- **trim leading slash before uploading chains to S3** - **started as just filepath.Join(target.Path, name) in writeLocalFile** - **make subtests for easier testing** - **join the X5U** - **remove FIXME...