Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add SLSA generic generator workflow#1412

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Kelleretoro wants to merge6 commits intogithub:main
base:main
Choose a base branch
Loading
fromKelleretoro:main

Conversation

@Kelleretoro
Copy link

This workflow generates SLSA provenance files for projects, satisfying level 3 requirements. It includes steps for building artifacts and generating provenance subjects.

Closes:

This workflow generates SLSA provenance files for projects, satisfying level 3 requirements. It includes steps for building artifacts and generating provenance subjects.
CopilotAI review requested due to automatic review settingsNovember 16, 2025 23:18
@KelleretoroKelleretoro requested a review froma team as acode ownerNovember 16, 2025 23:18
Copy link
Contributor

CopilotAI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a GitHub Actions workflow for generating SLSA provenance files to satisfy level 3 supply chain security requirements. However, the implementation contains placeholder code that needs to be replaced with actual build logic.

Key Changes:

  • Adds SLSA provenance generation workflow triggered on releases and manual dispatch
  • Implements two-job workflow: build artifacts and generate provenance
  • Configures permissions for signing and uploading provenance to releases

💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.

Comment on lines 25 to 32
steps:
-uses:actions/checkout@v4

# ========================================================
#
# Step 1: Build your artifacts.
#
# ========================================================

Choose a reason for hiding this comment

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

The build job is missing the Go setup step required to build this Go project. Add theactions/setup-go action before building, similar to the configuration ingoreleaser.yml (withgo-version-file: "go.mod").

Copilot uses AI. Check for mistakes.
Copy link
Author

Choose a reason for hiding this comment

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

@copilot open a new pull request to apply changes based onthis feedback

Copy link
Author

Choose a reason for hiding this comment

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

@copilot open a new pull request to apply changes based onthis feedback

Copy link
Author

Choose a reason for hiding this comment

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

@copilot open a new pull request to apply changes based onthis feedback

Copy link
Author

Choose a reason for hiding this comment

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

@copilot open a new pull request to apply changes based onthis feedback

Copy link
Author

Choose a reason for hiding this comment

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

@copilot open a new pull request to apply changes based onthis feedback

Kelleretoroand others added4 commitsNovember 17, 2025 11:50
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Kelleretoro
Copy link
Author

@copilot open a new pull request to apply changes based on the comments inthis thread

@KelleretoroKelleretoro marked this pull request as draftNovember 17, 2025 18:02
@KelleretoroKelleretoro marked this pull request as ready for reviewNovember 17, 2025 18:02
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

Copilot code reviewCopilotCopilot left review comments

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@Kelleretoro

[8]ページ先頭

©2009-2025 Movatter.jp