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: Update references check #533

Merged
merged 1 commit into from
Mar 17, 2023
Merged

Conversation

ianlewis
Copy link
Member

@ianlewis ianlewis commented Mar 17, 2023

Fix printing an error in references check. Previously the echoed string was enclosed in double quotes and had backticks which are evaluated as a command. This change changes the string to use single quotes which are printed statically.

Also moves the references check to its own file that triggers when the PR description is updated. This allows for fixing the PR description after failures, and triggering the check to re-run.

/cc @asraa

Signed-off-by: Ian Lewis <ianlewis@google.com>

on:
pull_request:
types: [opened, edited, reopened, synchronize]
Copy link
Contributor

Choose a reason for hiding this comment

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

Thank you!!!!

@asraa asraa merged commit a1be080 into slsa-framework:main Mar 17, 2023
ramonpetgrave64 pushed a commit to ramonpetgrave64/slsa-verifier that referenced this pull request Apr 18, 2024
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.

2 participants