Skip to content

Commit

Permalink
docs(adrs): add slsa docs and issues to references
Browse files Browse the repository at this point in the history
Related: #8
Related: slsa-framework/slsa#977
Related: slsa-framework/slsa#873
Signed-off-by: John Andersen <johnandersen777@protonmail.com>
  • Loading branch information
johnandersen777 committed Nov 2, 2024
1 parent 0d0dcdc commit 6eef643
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/adrs/governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Draft
Enable two way relay from decentralized to and from centralized.

- References
- [SLSA: BuildEnv L3: Hardware-attested build environment](https://github.com/slsa-framework/slsa/blob/c9ea020c963df7941a29fdd21ea6303406ae7b34/docs/spec/draft/attested-build-env-levels.md)
- [slsa-framework/slsa#977: Workstream: SLSA Build L4](https://github.com/slsa-framework/slsa/issues/977)
- [slsa-framework/slsa#873: Semantic equivalency, reproducible builds, and a new "verifiable build" track](https://github.com/slsa-framework/slsa/issues/873)
- [publicdomainrelay/patterns: Towards Transparent Representation](https://github.com/publicdomainrelay/patterns)

## Requirements
Expand Down Expand Up @@ -50,7 +53,7 @@ data:
- '...'
actions:
- name: mod_owners
runs-on: slsa-l4-reproducable-wasm
runs-on: slsa-l4
steps:
# TODO Figure out where reproducable-wasm source is, more policy to okay?
# - uses: actions/checkout@v4
Expand Down Expand Up @@ -109,7 +112,7 @@ data:
- '...'
actions:
- name: mod_elect
runs-on: slsa-l4-attested-risc-v
runs-on: slsa-l3
steps:
- uses: zkrollup
with:
Expand Down

0 comments on commit 6eef643

Please sign in to comment.