Skip to content
Open
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
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [main]

permissions:
contents: read

jobs:
org-guard:
name: Verify Repository Organization
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- cron: '0 7 * * *' # Daily at 07:00 UTC
workflow_dispatch:

permissions:
contents: read

jobs:
org-guard:
name: Verify Repository Organization
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/encryption-enforcement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [main]

permissions:
contents: read

jobs:
encryption-tests:
name: Encryption & Security Tests
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pii-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [main]

permissions:
contents: read

jobs:
pii-scan:
name: Scan for PII and secrets
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/security-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
- cron: '0 6 * * *' # Daily at 06:00 UTC
workflow_dispatch:

permissions:
contents: read

jobs:
org-guard:
name: Verify Repository Organization
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [main]

permissions:
contents: read

jobs:
org-guard:
name: Verify Repository Organization
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/traceability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ on:
description: 'Flag issues with no linked commit after N days'
default: '7'

permissions:
contents: read
issues: read
pull-requests: read

jobs:
# ── 1:1 minimum — every PR/push must reference an issue ──────────────
commit-references-issue:
Expand Down