-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexternal_consumer.yml
More file actions
42 lines (36 loc) · 1.12 KB
/
Copy pathexternal_consumer.yml
File metadata and controls
42 lines (36 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: OVK External Consumer Example
# Phase 2: strict enforcement with emit-check for production adoption.
# See also: pilot_fork_adopter.yml (phase 0), pilot_advisory_with_comment.yml (phase 1).
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: write
checks: write
env:
OVK_PACKAGE_VERSION: "1.2.0"
jobs:
ovk-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Open Verification Kernel check path
uses: fraware/open-verification-kernel@v1.2.0
with:
mode: strict
use-check: "true"
emit-check: "true"
changed-files: examples/ci_secrets/workflow_secrets_on_pr.diff
post-comment: "false"
ovk-full-mvp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Open Verification Kernel (all five lanes)
uses: fraware/open-verification-kernel@v1.2.0
with:
mode: advisory
verification-manifest: examples/verification_manifests/full_mvp.json
bundle-output-dir: ovk-full-mvp-bundle
post-comment: "false"