Skip to content

Threat model/third party integration/forge app #12

Threat model/third party integration/forge app

Threat model/third party integration/forge app #12

Workflow file for this run

name: pull request checks
on:
pull_request:
branches:
- main
workflow_dispatch:
# for security reasons the github actions are pinned to specific release versions
jobs:
link_checker:
name: Schema checker
runs-on: ubuntu-24.04
steps:
- name: Checkout all files
uses: actions/[email protected]
- name: Check index
uses: dsanders11/[email protected]
with:
schema: ./index.schema.json
files: ./index.json
- name: Check threat models
uses: dsanders11/[email protected]
with:
schema: ./threat-model.schema.json
files: |
./threat-models/web-applications/*.json
./threat-models/infrastructure/*.json
./threat-models/ai-ml-systems/*.json
all-errors: true