- #9
a973363Thanks @alerizzo! - Fix tools import to preserve cloud-only tools (only disable tools the local CLI supports), handle config-file mode correctly (skip pattern reset when useLocalConfigurationFile is set), and surface structured API error details on import failures.
-
#6
0280af1Thanks @alerizzo! - ### Changes since v1.0.5-
--toolsfilter for issues command (#4): Added--toolsoption to filter issues by the tool/pattern that detected them. Includes new formatting utilities for tool name display. -
Filter and bulk-ignore for false positives (#5): Added
--categoryand--severityfilters to the issues command. Introduced bulk-ignore functionality to ignore multiple issues matching filter criteria, streamlining false-positive triage workflows. -
Pin GitHub Actions to SHA hashes (#2): Pinned all GitHub Actions workflow dependencies to commit SHAs for improved supply-chain security.
-
Adopt changesets for automated versioning and publishing (#6): Replaced the manual publish workflow with a changesets-based release pipeline. PRs now require a changeset file, and merging to main triggers automated version bumps and npm publishing with provenance.
-