Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
github.com/haleyrc/assert
assert
A library for simplifying test assertions.
Releases for this package are managed by the goreleaser
1 utility which manages creating a GitHub release with a changelog, etc.
To create a new release, first make sure your local repo is in the desired state, and then tag the current commit with the next meaningful tag e.g.:
git tag -a v0.0.1 -m "v0.0.1"
Next, ensure all your commits and tags are pushed to GitHub:
git push --follow-tags
If you skip the previous step, the release notes will not function correctly and you will run into issues with duplicate tags the next time you try to push.
Finally, you can spin up goreleaser
with:
make release
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.