We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bd99c commit cc57121Copy full SHA for cc57121
1 file changed
.github/workflows/run_tests.yml
@@ -5,11 +5,12 @@ on:
5
paths:
6
- 'scripts/**'
7
- 'tests/**'
8
- - '.github/workflows/run_tests.yml'
+ - '.github/workflows/**'
9
pull_request:
10
11
12
13
14
workflow_dispatch:
15
16
env:
@@ -26,5 +27,8 @@ jobs:
26
27
steps:
28
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
29
30
+ - name: Security hygiene (SHA-Pinning, atomic writes, SSRF)
31
+ run: python3 scripts/check_security_hygiene.py
32
+
33
- name: Run Unit Tests
34
run: python3 -m unittest discover -s tests -v
0 commit comments