Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
# tokens only. It has never carried an address, path or host pattern, which
# is exactly why it ran green on the PRs that published a private LAN
# address. This job is that missing pattern set.
# NA-0686 / D-1325 (ENG-0089). The gate now has a gate. The scan's refusal
# to report a pass over an empty input -- "NOTHING EXAMINED", exit 2 -- was
# correct behaviour that NOTHING PROVED, which is how a CI gate silently
# becomes a no-op when a base ref is not fetched. This step runs first so
# that a broken instrument fails before it can report clean.
- name: infra-literal scan SELFTEST (the gate's own controls)
run: python3 scripts/ci/infra_literal_scan_selftest.py
- name: infra-literal scan (Tier 1, whole tracked tree)
run: python3 scripts/ci/infra_literal_scan.py --mode tree
- name: infra-literal scan (Tier 2b, added lines)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Transport-only relay for QSL demos. It forwards/stores **opaque** payloads and m

## Public posture and licensing
- Source in this repository is public and licensed under `AGPL-3.0-only`; see `LICENSE`.
- This repository contains the public relay code and operator documentation for the transport-only server boundary.
- This repository contains the public relay code and operator documentation for the transport-only relay boundary.
- Any separate commercial services or support offerings would be distinct from this repository and do not replace the AGPL terms for the source published here.

## Invariants
Expand Down
Loading