Skip to content
Closed
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