Skip to content

Commit a7fcc1d

Browse files
committed
fix(ci): update secret-scanner SHA to @892497fe + simplify permissions + remove squisher-corpus placeholders
1 parent 26ee51b commit a7fcc1d

2 files changed

Lines changed: 92 additions & 1 deletion

File tree

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
name: Central Estate CI/CD Audit
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
8+
9+
jobs:
10+
estate-audit:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
15+
- name: Required Files Gate
16+
uses: hyperpolymath/cicd-suite/actions/required-files-check@main
17+
18+
- name: Code Hygiene Gate
19+
uses: hyperpolymath/cicd-suite/actions/code-hygiene-check@main
20+
21+
- name: Manifest Validation Gate
22+
uses: hyperpolymath/cicd-suite/actions/manifest-check@main
23+
24+
- name: Idris2 ABI Purity Gate
25+
uses: hyperpolymath/cicd-suite/actions/idris2-abi-check@main
26+
27+
- name: Zig Hexadeca API Gate
28+
uses: hyperpolymath/cicd-suite/actions/zig-hexadeca-check@main
29+
30+
- name: Contractile Validation Gate
31+
uses: hyperpolymath/cicd-suite/actions/contractile-validation-check@main
32+
33+
- name: Recipes Set Validation Gate
34+
uses: hyperpolymath/cicd-suite/actions/recipes-set-check@main
35+
36+
- name: Affirmation Document Gate
37+
uses: hyperpolymath/cicd-suite/actions/affirmation-check@main
38+
39+
- name: Academic Referencing Gate
40+
uses: hyperpolymath/cicd-suite/actions/referencing-check@main
41+
42+
- name: Semantic Audit Gate
43+
uses: hyperpolymath/cicd-suite/actions/semantic-audit-check@main
44+
45+
- name: SPDX License Gate
46+
uses: hyperpolymath/cicd-suite/actions/spdx-license-check@main
47+
48+
- name: Proof Runner Gate
49+
uses: hyperpolymath/cicd-suite/actions/proof-runner-check@main
50+
51+
- name: PRAT Testing Gate
52+
uses: hyperpolymath/cicd-suite/actions/prat-check@main
53+
54+
- name: Panic Attack & Pons Gate
55+
uses: hyperpolymath/cicd-suite/actions/custom-tools-check@main
56+
57+
- name: WWW & Well-Known Compliance Gate
58+
uses: hyperpolymath/cicd-suite/actions/www-compliance-check@main
59+
60+
- name: BoJ Cartridge Validation Gate
61+
uses: hyperpolymath/cicd-suite/actions/boj-cartridge-check@main
62+
63+
- name: Formatting Validation Gate
64+
uses: hyperpolymath/cicd-suite/actions/formatting-check@main
65+
66+
- name: Accreditations & Badges Gate
67+
uses: hyperpolymath/cicd-suite/actions/badges-check@main
68+
69+
- name: Metrics Extraction Gate
70+
uses: hyperpolymath/cicd-suite/actions/metrics-check@main
71+
72+
- name: Linguist & Banned Languages Gate
73+
uses: hyperpolymath/cicd-suite/actions/linguist-check@main
74+
75+
- name: Test & Benchmarks Dashboard Gate
76+
uses: hyperpolymath/cicd-suite/actions/tests-benches-check@main
77+
78+
- name: Hosting & Site Status Gate
79+
uses: hyperpolymath/cicd-suite/actions/hosting-check@main
80+
81+
- name: Git-Sea Analytics Gate
82+
uses: hyperpolymath/cicd-suite/actions/gitsea-check@main
83+
84+
- name: Trust & Humans Validation Gate
85+
uses: hyperpolymath/cicd-suite/actions/trust-humans-check@main
86+
87+
- name: Are We UnAPI Gate (Secret Scanning)
88+
uses: hyperpolymath/cicd-suite/actions/secrets-check@main
89+
90+
- name: Reasonably Good Token Validation Gate
91+
uses: hyperpolymath/cicd-suite/actions/vaulted-tokens-check@main

.github/workflows/secret-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
scan:
1818
permissions:
1919
contents: read
20-
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@c65436ee3351cd6b0fa14b142938b195efc77586
20+
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@892497fe373744874316710966b81ae6f0ea9e66
2121
secrets: inherit

0 commit comments

Comments
 (0)