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

fix: npm publish verification #705

Merged
merged 20 commits into from
Oct 2, 2023

Commits on Sep 26, 2023

  1. Fix npm publish verification

    Signed-off-by: laurentsimon <laurentsimon@google.com>
    laurentsimon committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    0e4ca98 View commit details
    Browse the repository at this point in the history
  2. update

    Signed-off-by: laurentsimon <laurentsimon@google.com>
    laurentsimon committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    90a9a36 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Add tests and fix linter

    Signed-off-by: laurentsimon <laurentsimon@google.com>
    laurentsimon committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1e17039 View commit details
    Browse the repository at this point in the history
  2. remove file

    Signed-off-by: laurentsimon <laurentsimon@google.com>
    laurentsimon committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fd1dbdf View commit details
    Browse the repository at this point in the history
  3. Update verifiers/utils/dsse.go

    Co-authored-by: Ian Lewis <ianlewis@google.com>
    Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
    laurentsimon and ianlewis committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fad0f3d View commit details
    Browse the repository at this point in the history
  4. Update verifiers/utils/dsse.go

    Co-authored-by: Ian Lewis <ianlewis@google.com>
    Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
    laurentsimon and ianlewis committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ed19f8e View commit details
    Browse the repository at this point in the history
  5. Update verifiers/utils/dsse.go

    Co-authored-by: Ian Lewis <ianlewis@google.com>
    Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
    laurentsimon and ianlewis committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    e86dfad View commit details
    Browse the repository at this point in the history
  6. Update verifiers/internal/gha/npm.go

    Co-authored-by: Ian Lewis <ianlewis@google.com>
    Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
    laurentsimon and ianlewis committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    cdc4e4c View commit details
    Browse the repository at this point in the history
  7. Update verifiers/internal/gha/npm.go

    Co-authored-by: Ian Lewis <ianlewis@google.com>
    Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
    laurentsimon and ianlewis committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5d4f1c2 View commit details
    Browse the repository at this point in the history
  8. Update verifiers/internal/gha/npm.go

    Co-authored-by: Ian Lewis <ianlewis@google.com>
    Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
    laurentsimon and ianlewis committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    167025f View commit details
    Browse the repository at this point in the history
  9. Update verifiers/internal/gha/npm.go

    Co-authored-by: Ian Lewis <ianlewis@google.com>
    Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
    laurentsimon and ianlewis committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7dcaf77 View commit details
    Browse the repository at this point in the history
  10. Update verifiers/utils/dsse.go

    Co-authored-by: Ian Lewis <ianlewis@google.com>
    Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
    laurentsimon and ianlewis committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0362bdf View commit details
    Browse the repository at this point in the history
  11. Update verifiers/utils/dsse.go

    Co-authored-by: Ian Lewis <ianlewis@google.com>
    Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
    laurentsimon and ianlewis committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    4236743 View commit details
    Browse the repository at this point in the history
  12. Update verifiers/internal/gha/verifier.go

    Co-authored-by: Ian Lewis <ianlewis@google.com>
    Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
    laurentsimon and ianlewis committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    58a9896 View commit details
    Browse the repository at this point in the history
  13. Update verifiers/utils/dsse.go

    Co-authored-by: Ian Lewis <ianlewis@google.com>
    Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
    laurentsimon and ianlewis committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a468d49 View commit details
    Browse the repository at this point in the history
  14. Update verifiers/utils/dsse.go

    Co-authored-by: Ian Lewis <ianlewis@google.com>
    Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
    laurentsimon and ianlewis committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    52b156f View commit details
    Browse the repository at this point in the history
  15. address comments

    Signed-off-by: laurentsimon <laurentsimon@google.com>
    laurentsimon committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    fa57b03 View commit details
    Browse the repository at this point in the history
  16. update

    Signed-off-by: laurentsimon <laurentsimon@google.com>
    laurentsimon committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f258675 View commit details
    Browse the repository at this point in the history
  17. Update cli/slsa-verifier/main_regression_test.go

    Co-authored-by: Trishank Karthik Kuppusamy <trishank.kuppusamy@datadoghq.com>
    Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
    laurentsimon and trishankatdatadog committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    ca7c111 View commit details
    Browse the repository at this point in the history
  18. Update cli/slsa-verifier/main_regression_test.go

    Co-authored-by: Trishank Karthik Kuppusamy <trishank.kuppusamy@datadoghq.com>
    Signed-off-by: laurentsimon <64505099+laurentsimon@users.noreply.github.com>
    laurentsimon and trishankatdatadog committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    45225ba View commit details
    Browse the repository at this point in the history