Skip to content

Commit cc57121

Browse files
Add files via upload
1 parent 96bd99c commit cc57121

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ on:
55
paths:
66
- 'scripts/**'
77
- 'tests/**'
8-
- '.github/workflows/run_tests.yml'
8+
- '.github/workflows/**'
99
pull_request:
1010
paths:
1111
- 'scripts/**'
1212
- 'tests/**'
13+
- '.github/workflows/**'
1314
workflow_dispatch:
1415

1516
env:
@@ -26,5 +27,8 @@ jobs:
2627
steps:
2728
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2829

30+
- name: Security hygiene (SHA-Pinning, atomic writes, SSRF)
31+
run: python3 scripts/check_security_hygiene.py
32+
2933
- name: Run Unit Tests
3034
run: python3 -m unittest discover -s tests -v

0 commit comments

Comments
 (0)