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
1 change: 1 addition & 0 deletions .github/workflows/boj-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
curl -X POST "http://boj-server.local:7700/cartridges/ssg-mcp/invoke" -H "Content-Type: application/json" -d "{\"repo\": \"${{ github.repository }}\", \"branch\": \"${{ github.ref_name }}\", \"engine\": \"casket\\"}"}
continue-on-error: true
permissions:
actions: read
contents: read
1 change: 1 addition & 0 deletions .github/workflows/build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches: [main, master]

permissions:
actions: read
contents: read

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/casket-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
workflow_dispatch:

permissions:
actions: read

Check warning on line 10 in .github/workflows/casket-pages.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Move this read permission from workflow level to job level.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A27W63KyUSPFsCzo&open=AZ_5A27W63KyUSPFsCzo&pullRequest=98
contents: read
pages: write
id-token: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ concurrency:
cancel-in-progress: true

permissions:
actions: read
contents: read

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dogfood-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
branches: [main, master]

permissions:
actions: read
contents: read

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ on:
workflow_dispatch:

permissions: read-all
actions: read

concurrency:
group: e2e-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ concurrency:
cancel-in-progress: true

permissions:
actions: read
contents: read

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hypatia-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ concurrency:
cancel-in-progress: true

permissions:
actions: read
contents: read
security-events: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/instant-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
types: [published]

permissions:
actions: read
contents: read

jobs:
Expand Down
91 changes: 91 additions & 0 deletions .github/workflows/main-estate-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
name: Central Estate CI/CD Audit

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
estate-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Required Files Gate
uses: hyperpolymath/cicd-suite/actions/required-files-check@main

Check failure on line 16 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzO&open=AZ_5A23C63KyUSPFsCzO&pullRequest=98

- name: Code Hygiene Gate
uses: hyperpolymath/cicd-suite/actions/code-hygiene-check@main

Check failure on line 19 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzP&open=AZ_5A23C63KyUSPFsCzP&pullRequest=98

- name: Manifest Validation Gate
uses: hyperpolymath/cicd-suite/actions/manifest-check@main

Check failure on line 22 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzQ&open=AZ_5A23C63KyUSPFsCzQ&pullRequest=98

- name: Idris2 ABI Purity Gate
uses: hyperpolymath/cicd-suite/actions/idris2-abi-check@main

Check failure on line 25 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzR&open=AZ_5A23C63KyUSPFsCzR&pullRequest=98

- name: Zig Hexadeca API Gate
uses: hyperpolymath/cicd-suite/actions/zig-hexadeca-check@main

Check failure on line 28 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzS&open=AZ_5A23C63KyUSPFsCzS&pullRequest=98

- name: Contractile Validation Gate
uses: hyperpolymath/cicd-suite/actions/contractile-validation-check@main

Check failure on line 31 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzT&open=AZ_5A23C63KyUSPFsCzT&pullRequest=98

- name: Recipes Set Validation Gate
uses: hyperpolymath/cicd-suite/actions/recipes-set-check@main

Check failure on line 34 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzU&open=AZ_5A23C63KyUSPFsCzU&pullRequest=98

- name: Affirmation Document Gate
uses: hyperpolymath/cicd-suite/actions/affirmation-check@main

Check failure on line 37 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzV&open=AZ_5A23C63KyUSPFsCzV&pullRequest=98

- name: Academic Referencing Gate
uses: hyperpolymath/cicd-suite/actions/referencing-check@main

Check failure on line 40 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzW&open=AZ_5A23C63KyUSPFsCzW&pullRequest=98

- name: Semantic Audit Gate
uses: hyperpolymath/cicd-suite/actions/semantic-audit-check@main

Check failure on line 43 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzX&open=AZ_5A23C63KyUSPFsCzX&pullRequest=98

- name: SPDX License Gate
uses: hyperpolymath/cicd-suite/actions/spdx-license-check@main

Check failure on line 46 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzY&open=AZ_5A23C63KyUSPFsCzY&pullRequest=98

- name: Proof Runner Gate
uses: hyperpolymath/cicd-suite/actions/proof-runner-check@main

Check failure on line 49 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzZ&open=AZ_5A23C63KyUSPFsCzZ&pullRequest=98

- name: PRAT Testing Gate
uses: hyperpolymath/cicd-suite/actions/prat-check@main

Check failure on line 52 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCza&open=AZ_5A23C63KyUSPFsCza&pullRequest=98

- name: Panic Attack & Pons Gate
uses: hyperpolymath/cicd-suite/actions/custom-tools-check@main

Check failure on line 55 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzb&open=AZ_5A23C63KyUSPFsCzb&pullRequest=98

- name: WWW & Well-Known Compliance Gate
uses: hyperpolymath/cicd-suite/actions/www-compliance-check@main

Check failure on line 58 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzc&open=AZ_5A23C63KyUSPFsCzc&pullRequest=98

- name: BoJ Cartridge Validation Gate
uses: hyperpolymath/cicd-suite/actions/boj-cartridge-check@main

Check failure on line 61 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzd&open=AZ_5A23C63KyUSPFsCzd&pullRequest=98

- name: Formatting Validation Gate
uses: hyperpolymath/cicd-suite/actions/formatting-check@main

Check failure on line 64 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCze&open=AZ_5A23C63KyUSPFsCze&pullRequest=98

- name: Accreditations & Badges Gate
uses: hyperpolymath/cicd-suite/actions/badges-check@main

Check failure on line 67 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzf&open=AZ_5A23C63KyUSPFsCzf&pullRequest=98

- name: Metrics Extraction Gate
uses: hyperpolymath/cicd-suite/actions/metrics-check@main

Check failure on line 70 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzg&open=AZ_5A23C63KyUSPFsCzg&pullRequest=98

- name: Linguist & Banned Languages Gate
uses: hyperpolymath/cicd-suite/actions/linguist-check@main

Check failure on line 73 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzh&open=AZ_5A23C63KyUSPFsCzh&pullRequest=98

- name: Test & Benchmarks Dashboard Gate
uses: hyperpolymath/cicd-suite/actions/tests-benches-check@main

Check failure on line 76 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzi&open=AZ_5A23C63KyUSPFsCzi&pullRequest=98

- name: Hosting & Site Status Gate
uses: hyperpolymath/cicd-suite/actions/hosting-check@main

Check failure on line 79 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzj&open=AZ_5A23C63KyUSPFsCzj&pullRequest=98

- name: Git-Sea Analytics Gate
uses: hyperpolymath/cicd-suite/actions/gitsea-check@main

Check failure on line 82 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzk&open=AZ_5A23C63KyUSPFsCzk&pullRequest=98

- name: Trust & Humans Validation Gate
uses: hyperpolymath/cicd-suite/actions/trust-humans-check@main

Check failure on line 85 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzl&open=AZ_5A23C63KyUSPFsCzl&pullRequest=98

- name: Are We UnAPI Gate (Secret Scanning)
uses: hyperpolymath/cicd-suite/actions/secrets-check@main

Check failure on line 88 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzm&open=AZ_5A23C63KyUSPFsCzm&pullRequest=98

- name: Reasonably Good Token Validation Gate
uses: hyperpolymath/cicd-suite/actions/vaulted-tokens-check@main

Check failure on line 91 in .github/workflows/main-estate-audit.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_panll&issues=AZ_5A23C63KyUSPFsCzn&open=AZ_5A23C63KyUSPFsCzn&pullRequest=98
3 changes: 2 additions & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read

jobs:
mirror:
uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
uses: hyperpolymath/standards/.github/workflows/mirror-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/push-email-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name: Push email notification
on:
push: {}
permissions:
actions: read
contents: read
jobs:
notify:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
pull_request:

permissions:
actions: read
contents: read

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches: [main]

permissions: read-all
actions: read

jobs:
analysis:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/secret-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ concurrency:
cancel-in-progress: true

permissions:
actions: read
contents: read

jobs:
Expand All @@ -19,5 +20,5 @@ jobs:
contents: read
pull-requests: write
actions: read
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@7fdc2705df74b4e352d2a1cde3e87a5923fdf329
secrets: inherit
158 changes: 0 additions & 158 deletions panel-clades/GOVERNANCE.md

This file was deleted.

Loading