We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16281ca commit e497b72Copy full SHA for e497b72
.github/workflows/compute_slsa_source.yml
@@ -3,12 +3,16 @@ name: "Computes the SLSA source information"
3
on:
4
workflow_call:
5
6
+permissions: {}
7
+
8
jobs:
9
compute_slsa_source:
10
+ runs-on: ubuntu-latest
11
12
permissions:
13
contents: write # needed for storing attestations in the repo
14
id-token: write
- runs-on: ubuntu-latest
15
16
steps:
17
- name: prov
18
uses: slsa-framework/slsa-source-poc/actions/slsa_with_provenance@main
.github/workflows/local_attest.yml
@@ -4,8 +4,12 @@
name: SLSA Source
push:
- branches: [ "main" ]
- tags: ['**']
+ branches:
+ - main
+ tags:
+ - '**'
# Whenever new source is pushed recompute the slsa source information.
0 commit comments