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

Add schedule and push e2e test for provenance-only workflow #24

Merged
merged 6 commits into from
Jun 6, 2022

Conversation

ianlewis
Copy link
Member

No description provided.

slsa-verifier --tag v1.2.3 --artifact-path "$BINARY" --provenance "$PROVENANCE" --source "github.com/$GITHUB_REPOSITORY"
e2e_assert_not_eq "$?" "0" "wrong tag"

if [[ "$GITHUB_REF_TYPE" == "tag" ]]; then
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in a follow-up PR, let's create function for these, since they are the same as the SLSA3 Go. This way we can have functions that apply to all builders.

@ianlewis ianlewis merged commit bec5fa2 into slsa-framework:main Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants