Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zizmorcore/zizmor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: zizmorcore/zizmor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 9 commits
  • 11 files changed
  • 3 contributors

Commits on Nov 10, 2024

  1. Configuration menu
    Copy the full SHA
    65beb40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0025818 View commit details
    Browse the repository at this point in the history
  3. feat(cli): don't render "0 ignored"

    Adds zero information to the output.
    
    Fixes #147.
    woodruffw committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    5103897 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d01eff2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. chore(deps): bump the cargo group with 2 updates

    Bumps the cargo group with 2 updates: [anstream](https://github.com/rust-cli/anstyle) and [anyhow](https://github.com/dtolnay/anyhow).
    
    
    Updates `anstream` from 0.6.17 to 0.6.18
    - [Commits](rust-cli/anstyle@anstream-v0.6.17...anstream-v0.6.18)
    
    Updates `anyhow` from 1.0.92 to 1.0.93
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.92...1.0.93)
    
    ---
    updated-dependencies:
    - dependency-name: anstream
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: cargo
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: cargo
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and woodruffw committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ec24c60 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    227bbdb View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. feat: --no-exit-codes + sarif tweaks

    Disables the special (>10) exit codes when
    `--no-exit-codes` or `--format sarif` is passed,
    leaving just success (0) and general tool failure
    (1).
    
    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    bbd5d16 View commit details
    Browse the repository at this point in the history
  2. docs: rebuild help snippet

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    162c9e2 View commit details
    Browse the repository at this point in the history
  3. chore: prep 0.3.1

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e656091 View commit details
    Browse the repository at this point in the history
Loading