Browse Source

docs(credentials_searches): put file name between quotes

pull/1779/head
eslopfer 1 year ago
parent
commit
78f854bc92
  1. 2
      subjects/devops/credentials_searches/README.md

2
subjects/devops/credentials_searches/README.md

@ -12,7 +12,7 @@ Create a file `credentials_searches.py` that contains a function `credentials_se
- If the 'logs.json' file is empty or is not a json file, the function should not create the 'credentials.json' file.
- If the logs.json file does not exist, the function should not create the 'credentials.json' file.
- If the 'logs.json' file does not exist, the function should not create the 'credentials.json' file.
- If the keys are found in a nested object, the function should create the 'credentials.json' file and save the values of the keys in it.

Loading…
Cancel
Save