Skip to content

Commit 964c89a

Browse files
Merge branch 'main' into dependabot/cargo/czech-file-knife/tantivy-0.26.1
2 parents 7fb0316 + 2879ba2 commit 964c89a

21 files changed

Lines changed: 859 additions & 293 deletions

File tree

.github/workflows/secret-scanner.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
"czech-file-knife/docs/DISTRIBUTED_FILESYSTEMS.md",
5757
"hybrid-automation-router/test/attestation/a2ml_test.exs",
5858
"hybrid-automation-router/test/data_plane/transformers/kubernetes_test.exs",
59-
"hybrid-automation-router/docs/HAR_SECURITY.md"
59+
"hybrid-automation-router/docs/HAR_SECURITY.md",
60+
"cicada/scripts/verify_rsr.jl",
61+
"session-sentinel/.envrc"
6062
]
6163
end)
6264
|> Enum.flat_map(fn rel_path ->
@@ -295,7 +297,7 @@ jobs:
295297
296298
found=0
297299
for pattern in "${PATTERNS[@]}"; do
298-
if grep -rn --include="*.rs" -E "$pattern" src/; then
300+
if grep -rn --include="*.rs" -E "$pattern" src/ | grep -v "supersecretvalue123"; then
299301
echo "WARNING: Potential hardcoded secret found matching: $pattern"
300302
found=1
301303
fi

0 commit comments

Comments
 (0)