Skip to content

v0.0.1-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 09:19
· 96 commits to main since this release

Changelog

  • 579c94d Fix release
  • 4dfb978 Add id-token write permissions for goreleaser
  • 81ae2d4 Add signing with cosign to goreleaser
  • 384464a Add container build with ko
  • 3b7f9d7 Remove bigquery dataset feature
  • d6ce868 Bump google-github-actions/auth from 0.8.3 to 1.0.0 (#9)
  • 401a34a Add release process with goreleaser
  • 59c46d3 Add dependabot
  • 8d88e40 Add test workflow
  • 2e11daa Add workflow to create database
  • 2162df9 Remove unused manager.Dir()
  • 3672d0a Update deps and bump to Go 1.19
  • 56ea820 Update README.md
  • d2fed3c Remove check output
  • 0e70ab3 Refactor to simplify the manager and the database interfaces
  • 1d00477 Add tests for bom package
  • 280ebed Move scorecard generation to a scorecard package
  • 5348ba1 Refactor archive implementation. Move packages around.
  • 1326fdc Add individual check scores output
  • 81b8a56 Validate database metadata on import
  • 9444bf4 Print the image digest to stdout after push
  • 57328f9 Pull database in root command
  • c28c6c6 Add db pull command
  • f02b181 Add db push command
  • 25d716c Use DB interface for BQ dataset
  • 72205c1 Get scores from the sqlite database.
  • 9fea53b Add db create command
  • 79ba6aa Add a little emoji to the declaration about the development status
  • 3805ded s/ribbybibby/jetstack
  • d03cd99 Fix nil pointer error
  • fcfb73b Exit out on low scores
  • 704612e Only print info to os.Stderr
  • 5aa06c3 cyclonedx: include the metadata component
  • 2bdcb09 Add dataset create command
  • eef9ac9 Add terraform module to set up BigQuery dataset
  • 41c34d6 Move packages functions
  • dc4105b Don't require -t when -g is set
  • b152936 Add dedicated packages for tables, create separate result type
  • 721b841 Add LICENSE
  • e1f55d8 Add a little disclaimer to the README
  • 6236dcf Save generated scores to a separate table
  • ac23606 Add dedicated package type
  • c098914 Update README.md
  • 5455557 Create Packages interface
  • e92cdf6 Infer github repository from go module name
  • 0e9f768 Generate missing scores
  • 8275174 Make more changes to output.
  • ae88a8a Walk through hierarchical CycloneDX SBOMs
  • 8122822 Shorten default output, add extra output options
  • 1142569 Retrieve scores from the latest scorecard table
  • a06c3c0 Add support for syft-json format
  • 8191645 Bring columns closer together in example
  • 645bebe First implementation
  • 1249e67 Initial commit