Skip to content

ci: drop audit.yml and audit config#4543

Merged
lwshang merged 1 commit into
masterfrom
lwshang/drop_audit_ci
Jun 23, 2026
Merged

ci: drop audit.yml and audit config#4543
lwshang merged 1 commit into
masterfrom
lwshang/drop_audit_ci

Conversation

@lwshang

@lwshang lwshang commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Description

This PR removes the cargo audit CI workflow (.github/workflows/audit.yml) and its associated config (.cargo/audit.toml).

Motivation:

  • This repo is being deprecated. The audit CI runs on a daily cronjob, and its failures are more noise than signal for us at this point.
  • Dependabot already provides similar coverage of vulnerable dependencies, so dropping the audit job doesn't leave us blind.
  • The audit check has already been removed from the required checks in the branch protection rule, so removing the workflow won't block merges.

How Has This Been Tested?

N/A — this only removes a CI workflow and its config.

Checklist:

  • The title of this PR complies with Conventional Commits.
  • I have edited the CHANGELOG accordingly.
  • I have made corresponding changes to the documentation.

@lwshang lwshang marked this pull request as ready for review June 23, 2026 18:23
@lwshang lwshang requested a review from a team as a code owner June 23, 2026 18:23
@lwshang lwshang enabled auto-merge (squash) June 23, 2026 18:23
@zeropath-ai

zeropath-ai Bot commented Jun 23, 2026

Copy link
Copy Markdown

No security or compliance issues detected. Reviewed everything up to 7012e78.

Security Overview
Detected Code Changes
Change Type Relevant files
Configuration changes ► .cargo/audit.toml
    Remove advisory ignore list
► .github/workflows/audit.yml
    Remove audit workflow configuration

@lwshang lwshang merged commit 0f64459 into master Jun 23, 2026
34 checks passed
@lwshang lwshang deleted the lwshang/drop_audit_ci branch June 23, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants