Skip to content

v0.5.0

Compare
Choose a tag to compare
@JoseAngel1196 JoseAngel1196 released this 21 Feb 16:50
· 9 commits to main since this release
2263c6c

What's Changed

  • feat: Add "verbose" and "quiet" flags to control the level of command output by @tarkatronic in #69
  • feat: Deprecate the Salus scanner by @tarkatronic in #71
  • fix: Filter out archived repos in the GraphQL query rather than the code by @tarkatronic in #72
  • feat: Switch to viper for configuration by @JoseAngel1196 in #70
  • fix: Fix issues with viper passing back config and setting log levels by @tarkatronic in #73
  • feat: Run golangci-lint against our PRs by @tarkatronic in #74
  • feat: Add new data structures for an abstract representation of projects/findings by @tarkatronic in #75
  • feat: Create a GitHub data source using the new Project structure by @tarkatronic in #77
  • fix: Check for errors when loading owner teams from config by @tarkatronic in #78
  • feat: New functionality for summarizing the new project/finding structures by @tarkatronic in #79
  • feat: Move ecosystem and severity code into config package by @tarkatronic in #80
  • fix: Actually set the severity on Github findings by @tarkatronic in #82
  • feat: Wire in new datasources & finding structures by @tarkatronic in #81
  • feat: Handling pagination of repository vulnerabilities by @JoseAngel1196 in #85
  • doc: Architecture and implementation docs by @tarkatronic in #86
  • chore(deps): Bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #87
  • feat: Combine all configuration from CLI, env, and file into a single viper config by @tarkatronic in #88
  • fix: Don't clobber file config when loading env by @tarkatronic in #90
  • feat: Add a -r/--reporters configuration flag by @JoseAngel1196 in #89
  • feat: Remove all usage of init() and global command objects by @tarkatronic in #91
  • feat: Display project links in the Slack team reports by @tarkatronic in #92
  • feat: Refactor Weekly Summary Report by @JoseAngel1196 in #93

New Contributors

Full Changelog: v0.4.1...v0.5.0