Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Updating existing Semgrep.yml file - Semgrep is a tool that will be used to scan Cloudflare's public repos for Supply chain, code and secrets. This work is part of Application & Product Security team's initiative to onboard Semgrep onto all of Cloudflare's public repos.
In case of any questions, please reach out to "Hrushikesh Deshpande" on cf internal chat.
|
|
Otherwise it requires extra attention for deprecated clippy rules
|
|
|
|
cargo-audit now has an MSRV of 1.74 > ours. We only need to run audit on
at least one toolchain, anyhow.
|
|
|
|
|
|
Adds nightly to the toolchain list and short-circuits steps where nightly will
have extra warnings.
Also update 1.78->1.79 to track new stable release.
|
|
To avoid CI failure due to new clippy rules introduced by newer Rust
releases.
We will manually update the Rust version here after each Rust release.
|
|
|
|
|
|
|
|
|
|
Add CI workflows for docs, compile, test, and audit. Dependabot also
included.
|