You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/frogbot-config.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -105,13 +105,12 @@ Here's an example for a **frogbot-config.yml** referencing multiple repositories
105
105
- pipRequirementsFile: requirements.txt
106
106
```
107
107
108
-
109
108
If however you're using one of the following platforms, each repository that needs to be scanned by Frogbot should include its own **frogbot-config.yml** file.
110
109
- GitHub with GitHub actions
111
110
- GitLab
112
111
113
112
## Where should the frogbot-config.yml file be placed in the repository?
114
-
Frogbot experts the frogbot-config.yml file to be in the following path from the root of the Git repository: `.frogbot/frogbot-config.yml`.
113
+
Frogbot expects the frogbot-config.yml file to be in the following path from the root of the Git repository: `.frogbot/frogbot-config.yml`.
0 commit comments