Skip to content

ci: harden Scorecard and add fuzz smoke - #105

Merged
KooshaPari merged 17 commits into
mainfrom
preserve/workflow-schema-wave-20260729
Jul 29, 2026
Merged

ci: harden Scorecard and add fuzz smoke#105
KooshaPari merged 17 commits into
mainfrom
preserve/workflow-schema-wave-20260729

Conversation

@KooshaPari

Copy link
Copy Markdown
Owner

Summary

  • grant Scorecard the documented read and OIDC permissions for result publication
  • pin remaining protobuf setup actions
  • add a bounded cargo-fuzz target and scheduled/manual smoke workflow

Validation

  • cargo check --manifest-path fuzz/Cargo.toml --target-dir /tmp/forge-fuzz-target
  • cargo fmt --all -- --check
  • workflow YAML parse
  • git diff --check

@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1c9d07ff34

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

run: cargo install cargo-fuzz --locked

- name: Run bounded fuzz smoke
run: cargo fuzz run json_repair --fuzz-dir fuzz --sanitizer none -- -runs=1000

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Run the fuzz smoke with nightly

In this repo, rust-toolchain.toml pins channel = "1.96", and rustup's documented override order puts a rust-toolchain.toml file ahead of the default toolchain set by the previous action; cargo-fuzz's README says it needs nightly because it uses unstable flags. As a result, this scheduled/manual smoke still invokes cargo under 1.96 and will fail before fuzzing; use cargo +nightly fuzz ... or set RUSTUP_TOOLCHAIN=nightly for the fuzz steps.

Useful? React with 👍 / 👎.

@socket-security

socket-security Bot commented Jul 29, 2026

Copy link
Copy Markdown

Dependency limit exceeded — report not shown.

This pull request scan exceeded the 10,000-dependency limit applied to this scan, so the results are incomplete and may be inaccurate. To avoid reporting false positives, Socket has not posted a report.

Upgrade your plan to raise the dependency limit and get complete reports, or view the partial scan in the dashboard.

Socket is always free for open source. If this is a non-commercial open source project, contact us to request a free Team account.

@KooshaPari

Copy link
Copy Markdown
Owner Author

@Mergifyio refresh

@KooshaPari

Copy link
Copy Markdown
Owner Author

@Mergifyio refresh

@KooshaPari
KooshaPari merged commit 958ad86 into main Jul 29, 2026
25 of 26 checks passed
@KooshaPari
KooshaPari deleted the preserve/workflow-schema-wave-20260729 branch July 29, 2026 05:31
@mergify

mergify Bot commented Jul 29, 2026

Copy link
Copy Markdown

refresh

☑️ Command refresh ignored because it is already running from a previous command.

@mergify

mergify Bot commented Jul 29, 2026

Copy link
Copy Markdown

refresh

✅ Pull request refreshed

@mergify mergify Bot added rust labels Jul 29, 2026
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.

1 participant