Skip to content

Releases: kusaridev/kusari-cli

Release v0.14.0

25 Nov 18:05
a856c20

Choose a tag to compare

Bug fixes

  • Update workspace name to be a default name if its not set

Changelog

  • fc2da53 Merge pull request #129 from kusaridev/pxp928-update-readme-v0.13.0
  • a856c20 Merge pull request #130 from kusaridev/pxp928-set-default-workspace
  • 54a1b1a match styling
  • 267f2c7 update readme with new workspace selection
  • a66a096 update workspace name to be a default name if its not set

Release v0.13.0

24 Nov 22:03
b9883d0

Choose a tag to compare

New features

  • Support workspace selection at login by @pxp928 in #128

Changelog

  • cab781d Bump anchore/sbom-action in the github-actions group
  • 1e322eb Bump github.com/coreos/go-oidc/v3 in the gomod group
  • 4765653 Bump golangci/golangci-lint-action in the golangci group
  • 8f1b841 Bump the github-owned group with 3 updates
  • f413818 Merge pull request #124 from kusaridev/dependabot/go_modules/gomod-7bb3cb0788
  • 7e5c763 Merge pull request #125 from kusaridev/dependabot/github_actions/github-actions-528fb435ec
  • 7aa4585 Merge pull request #126 from kusaridev/dependabot/github_actions/github-owned-525f6c15df
  • 3b6f385 Merge pull request #127 from kusaridev/dependabot/github_actions/golangci-1a4f998223
  • b9883d0 Merge pull request #128 from kusaridev/pxp928-select-workspace
  • 2512d06 update so user will select the workspace when they do an auth login

Full Changelog: v0.12.0...v0.13.0

Release v0.12.0

21 Nov 16:25
a3eef4a

Choose a tag to compare

Changelog

  • b009545 Fix Apple xattrs messing up archive
  • 9250d23 Improve and expand risk-check output
  • 9d97f61 Merge pull request #120 from kusaridev/pxp928-console-risk-check-link
  • 04a6efb Merge pull request #122 from kusaridev/nchelluri/risk-check-output-improvement
  • a3eef4a Merge pull request #123 from kusaridev/nchelluri/no-apple-xattr-in-archive
  • bf0df1b change console output for risk check

Release v0.11.0

12 Nov 15:31
90a3db2

Choose a tag to compare

What's Changed

  • Bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 in the golangci group by @dependabot[bot] in #117
  • Bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 in the golang-x group by @dependabot[bot] in #116
  • Bump the github-actions group with 2 updates by @dependabot[bot] in #106
  • turn full code scan off until further testing by @pxp928 in #119

Changelog

  • d809fd7 Bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 in the golang-x group
  • 3dd16ae Bump golangci/golangci-lint-action in the golangci group
  • 5b07bb7 Bump the github-actions group with 2 updates
  • 69f601a Merge pull request #106 from kusaridev/dependabot/github_actions/github-actions-c921023c86
  • 0062d86 Merge pull request #116 from kusaridev/dependabot/go_modules/golang-x-ecf9b50024
  • d1be61a Merge pull request #117 from kusaridev/dependabot/github_actions/golangci-013bf0b14d
  • 90a3db2 Merge pull request #119 from kusaridev/pxp928-full-scan-default-off
  • 7df83a1 turn full code scan off until further testing

Full Changelog: v0.10.0...v0.11.0

Release v0.10.0

07 Nov 19:00
17c1392

Choose a tag to compare

Changelog

  • 17c1392 Merge pull request #115 from kusaridev/pxp928-disable-code-review
  • 81ecc5f add cofig value FullCodeReviewEnabled

Release v0.9.0

05 Nov 14:20
8e67a61

Choose a tag to compare

What's Changed

Changelog

  • 96313e7 Merge pull request #108 from jeffmendoza/new-console-link
  • 819751f Merge pull request #113 from kusaridev/pxp928-sarif-add-console
  • 8e67a61 Merge pull request #114 from kusaridev/pxp928-update-console-url-for-api-keys
  • 6551882 Update console link for new table usage.
  • 6050f63 add api key console result output
  • fd9a88e add console url to the sarif output

Full Changelog: v0.8.0...v0.9.0

Release v0.8.0

03 Nov 16:28
d7cb201

Choose a tag to compare

New features

  • Optionally generate SARIF output for Inspector results by @pxp928 in #112
  • Give the user a hint about fixing an expired token by @funnelfiasco in #109

Bug fixes

Changelog

  • 373c585 Don't say "Generating diff" when its not
  • 2032da3 Give the user a hint about fixing an expired token
  • 6928feb Merge pull request #109 from kusaridev/token-expiry-message
  • fabfbc6 Merge pull request #110 from kusaridev/nchelluri/fix-risk-check-output
  • d7cb201 Merge pull request #112 from kusaridev/pxp928-sarif-output
  • 707725f output SARIF format from the inspector results
  • 9866be4 update sarif to be lowercase

Full Changelog: v0.7.0...v0.8.0

Release v0.7.0

21 Oct 14:06
5b15484

Choose a tag to compare

New features

  • The repo risk-check command performs a scan of a repo's full code base to find risks in the repository's security posture.

Changelog

  • e7077ab Bump actions/dependency-review-action in the github-owned group
  • 44b977c Bump github.com/coreos/go-oidc/v3 in the gomod group
  • 7f4e5d8 Bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 in the golang-x group
  • 694ce4f Expand test to cover full scans
  • a5becd8 Fix scan type (lost in rebase)
  • 0d39c87 Full repo scan WIP.
  • c357782 Merge pull request #102 from kusaridev/dependabot/go_modules/gomod-6ad104b629
  • 827cf5f Merge pull request #103 from kusaridev/dependabot/go_modules/golang-x-19a1f9554e
  • 8389fa4 Merge pull request #104 from kusaridev/dependabot/github_actions/github-owned-b9c13a7af7
  • 761837e Merge pull request #105 from nchelluri/full-repo-scan
  • 5b15484 Merge pull request #107 from kusaridev/nchelluri/fix-risk-check-presign-url-type
  • dc5eb46 Rename user-facing option to risk-check
  • e48ca46 Update README to use new command name

Release v0.6.0

03 Oct 18:49
9c4411b

Choose a tag to compare

New features

  • API key authentication is now available for non-interactive uses
  • The configuration command is renamed config. configuration is preserved as an alias.
  • config update is now available to update existing config files to add newly-added configuration options

Changelog

  • 6e16b24 Add an update-config subcommand
  • 040df3c Add scan type to bundle meta, not used yet
  • 6f9cafe Add tests for config generation
  • 1eb6024 Bump the github-actions group across 1 directory with 2 updates
  • 2e36051 Bump the github-owned group across 1 directory with 2 updates
  • 9cf516d Improve error handling
  • 06cef04 Moar lint
  • 9cb2162 Rename configuration and shorten subcommands
  • ecd4de6 Tell the linter where to go
  • 7dc366c add mustBindPFlag helper
  • 6bba0cf add support for viper to add env variable support
  • 310dc51 change CLI to KUSARI
  • 43be367 get default workspace for API keys
  • 9a8a307 remove debug print workspace
  • e4d3bc3 update auth login to support client secret
  • 1b4e63d update to proper viper flag
  • 368e7ae update to query for workspace for the user

Release v0.5.2

25 Sep 14:22
b531a17

Choose a tag to compare

Changelog

  • 753565f Flip PostCommentOnSuccess default to true
  • b531a17 Merge pull request #89 from kusaridev/nchelluri/flip-post-comment-on-success-default-to-true