Skip to content

office: add TurtleTerm operator flows #40

office: add TurtleTerm operator flows

office: add TurtleTerm operator flows #40

Workflow file for this run

name: Trust Surface
on:
pull_request:
push:
branches:
- main
jobs:
validate-trust-surface:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Require trust surface baseline
run: |
test -f TRUST_SURFACE.yaml
test -f SECURITY.md
test -f scripts/doctor
test -f scripts/network-surface
test -f scripts/policy-surface
test -f scripts/purge
test -f scripts/prove-clean