Skip to content

Commit

Permalink
chore: remove is_secret property
Browse files Browse the repository at this point in the history
  • Loading branch information
gg-mmill committed Dec 20, 2024
1 parent 9ba60b0 commit fb04647
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ggshield/verticals/secret/secret_scan_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ def policy(self) -> str:
def is_ignored(self) -> bool:
return self.ignore_reason is not None

@property
def is_secret(self) -> bool:
return True

def get_ignore_sha(self) -> str:
hashable = "".join(
[
Expand Down

0 comments on commit fb04647

Please sign in to comment.