diff --git a/src/modules/hunting/secrets.py b/src/modules/hunting/secrets.py index ccb9e47..db75f82 100644 --- a/src/modules/hunting/secrets.py +++ b/src/modules/hunting/secrets.py @@ -22,7 +22,7 @@ class SecretsAccess(Vulnerability, Event): # Passive Hunter @handler.subscribe(RunningAsPodEvent) class AccessSecrets(Hunter): - """AccessSecrets + """Access Secrets Accessing the secrets accessible to the pod""" def __init__(self, event):