Skip to content

Commit 687e24d

Browse files
Apply suggestions from code review
Co-authored-by: Eric Forte <[email protected]>
1 parent af9d82f commit 687e24d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

detection_rules/atlas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
matrix: dict[str, list[str]] = {} # Maps tactic name to list of technique IDs
2424

2525

26+
@cached
2627
def get_atlas_file_path() -> Path:
2728
"""Get the path to the ATLAS YAML file."""
2829
if not ATLAS_FILE.exists():

0 commit comments

Comments
 (0)