Skip to content

Add SLSA Source Provenance Workflow #140

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/workflows/compute_slsa_source.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---

Check failure on line 1 in .github/workflows/compute_slsa_source.yaml

View workflow job for this annotation

GitHub Actions / Boilerplate Check (yaml)

[YAML headers] reported by reviewdog 🐶 missing boilerplate: Raw Output: .github/workflows/compute_slsa_source.yaml:1: missing boilerplate: # Copyright 2025 The OpenVEX Authors # SPDX-License-Identifier: Apache-2.0
name: SLSA Source
Copy link
Member

Choose a reason for hiding this comment

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

missing the boilerplate :)

on:
push:
branches: [ "main" ]
permissions: {}

jobs:
# Whenever new source is pushed recompute the slsa source information.
generate-provenance:
permissions:
contents: write # needed for storing the vsa in the repo.
id-token: write # meeded to mint yokens for signing
uses: slsa-framework/slsa-source-poc/.github/workflows/compute_slsa_source.yml@main
Copy link
Member

Choose a reason for hiding this comment

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

Loading