
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard
Flakeguard is a tool designed to help identify flaky tests within a Go project. Flaky tests are tests that intermittently fail without changes to the code, often due to race conditions or other non-deterministic behavior. Flakeguard assists by analyzing the impact of code changes on test packages and by running tests multiple times to determine stability.
To install flakeguard
CLI, you need to have Go installed on your machine. With Go installed, run the following command:
go install github.com/smartcontractkit/chainlink-testing-framework/tools/flakeguard@latest
Flakeguard offers two main commands:
find
identifies test packages affected by recent changes.run
executes tests multiple times to identify flaky testsRun with --help
to see all flags for the commands.
Both find
and run
commands support JSON output --json
, making it easy to integrate Flakeguard with CI/CD pipelines and reporting tools.
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
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.