-
-
Save KyMidd/37b96b2ab87f1226f34f8cfe06a59479 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Find all secret based on search string | |
| for secret_search_string in SECRETS_SEARCH_INPUT: | |
| print("We are searching for:", secret_search_string, "with wildcard matching") | |
| # Parse ARN into individual components | |
| parse_arn(secret_search_string) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment