-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.attunerc
More file actions
23 lines (19 loc) · 844 Bytes
/
.attunerc
File metadata and controls
23 lines (19 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Attune Configuration File
# This file specifies default flags for attune analyze
# Lines starting with # are comments
# Each flag should be on its own line
# Output format (uncomment your preference)
# --json # JSON output (good for CI/CD)
# --html # HTML report (good for sharing)
# --markdown # Markdown output
# --sarif # SARIF format (for CI integration)
# Default: terminal-friendly output
# Default scan mode
--lite # Run lite checks (~25s) - fast feedback
# --full # Run full checks - comprehensive analysis
# Include .attuneignore patterns (this is the default behavior)
--use-attuneignore
# Safety options for output
# --public-safe # Redact paths and secrets for public sharing
# --no-paths # Strip file paths from output
# --redact-secrets # Redact detected secrets in code snippets