-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.brassignore
More file actions
36 lines (31 loc) · 1.44 KB
/
Copy path.brassignore
File metadata and controls
36 lines (31 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Brass-v2 self-scan ignore list.
#
# Authored 2026-05-15 when running brass on its own codebase. Goal: keep
# the output focused on src/ findings worth acting on, suppress the
# documented-noise sources that would otherwise dominate.
# --- Documentation -----------------------------------------------------
# The perf-arc docs include intentional credential strings as examples
# (e.g. "GITHUB_TOKEN=ghp_1234567890abcdef..." in the secret-leak fix
# narrative). They'd otherwise light up SecretsScanner.
docs/
# --- Benchmark monorepos -----------------------------------------------
# Cloned external projects used for performance benchmarking. Scanning
# them through brass would massively inflate runtime + finding count
# with code that isn't ours.
bench-monorepos/
# --- Test fixtures with intentional vulnerabilities --------------------
# These exist specifically to exercise scanners. --dev mode skips most
# of tests/, but be explicit about the deliberately-bad subdirs in case
# a future scan mode doesn't.
tests/benchmark_projects/
tests/benchmark_fixture_project/
tests/end_to_end/fixtures/
tests/fixtures/
# --- Packaging artifacts -----------------------------------------------
# Auto-generated by setuptools.
src/brass_ai_coders.egg-info/
# --- Local-only / scratch directories ----------------------------------
# Things that lived in /devwatch root but might appear under the brass
# project tree on some workflows.
brass-clean/
brass-validation-kit/