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

chore: Remove old detect-workflow action #1988

Merged
merged 3 commits into from
Apr 13, 2023

Conversation

ianlewis
Copy link
Member

@ianlewis ianlewis commented Apr 13, 2023

Fixes #1401

Removes the detect-workflow Docker container action in favor of the detect-workflow-js action. Also removes the base image verification pre-submit as it's not needed anymore.

/cc @asraa

@ianlewis ianlewis changed the title Remove old detect-workflow action chore: Remove old detect-workflow action Apr 13, 2023
@ianlewis ianlewis marked this pull request as ready for review April 13, 2023 06:31
@@ -115,7 +115,7 @@ jobs:
- name: Detect the generator ref
id: detect
continue-on-error: true
uses: slsa-framework/slsa-github-generator/.github/actions/detect-workflow@main
uses: slsa-framework/slsa-github-generator/.github/actions/detect-workflow-js@main
Copy link
Collaborator

Choose a reason for hiding this comment

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

we could as well rename the js action as detect-workflow. Maybe a follow-up PR.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. I was going to do it on this PR but it just made it unreadable so I'll do it in a follow up.

@laurentsimon laurentsimon enabled auto-merge (squash) April 13, 2023 18:08
@laurentsimon laurentsimon merged commit 3780799 into slsa-framework:main Apr 13, 2023
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.

[bug] verify base image pre-submit fails
2 participants