Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding protobuf bundle support to sign-blob and attest-blob #3752

Merged
merged 14 commits into from
Jul 23, 2024

Commits on Jul 23, 2024

  1. Adding protobuf bundle support to sign-blob and attest-blob

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c1ed1d9 View commit details
    Browse the repository at this point in the history
  2. Don't require RFC3161 timestamp path if you are using protobuf bundle

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    58a87dd View commit details
    Browse the repository at this point in the history
  3. Fix e2e test and add test coverage

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    31a5e50 View commit details
    Browse the repository at this point in the history
  4. Add basic tests for SignBlobCmd

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    bfe8d37 View commit details
    Browse the repository at this point in the history
  5. Add more SignBlobCmd test coverage

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    59aaca9 View commit details
    Browse the repository at this point in the history
  6. Check result of call in test

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    3783ce3 View commit details
    Browse the repository at this point in the history
  7. Fix Windows tests

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    d932ceb View commit details
    Browse the repository at this point in the history
  8. Change flag to new-bundle-format, move bundle creation to function

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    38c0420 View commit details
    Browse the repository at this point in the history
  9. Fix lint; docs

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    689ad7f View commit details
    Browse the repository at this point in the history
  10. gofmt -s fixes

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c9f6084 View commit details
    Browse the repository at this point in the history
  11. Update hint generation

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4c5e8c9 View commit details
    Browse the repository at this point in the history
  12. Add protobundle test case for Rekor

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    96d662e View commit details
    Browse the repository at this point in the history
  13. Remove import comment

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c792600 View commit details
    Browse the repository at this point in the history
  14. Fix signature for attest-blob

    Signed-off-by: Zach Steindler <steiza@github.com>
    steiza committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    5892fed View commit details
    Browse the repository at this point in the history