Skip to content

Commit

Permalink
Add comments for check-deprecated and remove-deprecated in Makefile (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cara-panther authored Jan 23, 2025
1 parent 0bb44f3 commit d6f4911
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@ install:
test: global-helpers-unit-test data-models-unit-test
pipenv run panther_analysis_tool test $(TEST_ARGS)

# Used by Panther team to update deprecated.txt
check-deprecated:
pipenv run python3 ./.scripts/deleted_rules.py check

# Used by Panther customers to delete detection content in deprecated.txt from their Panther instance
remove-deprecated:
pipenv run python3 ./.scripts/deleted_rules.py remove

Expand Down

0 comments on commit d6f4911

Please sign in to comment.