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: README.md
+31-20Lines changed: 31 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,18 @@
2
2
3
3
This Docker image will discover APIs in your GitHub account by scanning for openapi/swagger specifications in your repositories, as well as generating them via static code analysis. It will create an API per repository, and potentially multiple collections for that API, in the FireTail SaaS Platform.
4
4
5
-
6
-
7
5
## Quickstart
8
6
9
7
First, clone this repo and build the scanner's image:
|`GITHUB_TOKEN`| A classic GitHub personal access token. | Yes ✅ | None |
63
-
|`FIRETAIL_APP_TOKEN`| An app token from the Firetail SaaS. | Yes ✅ | None |
64
-
|`FIRETAIL_API_URL`| The URL of the Firetail SaaS' API. | No ❌ |`"https://api.saas.eu-west-1.prod.firetail.app"`|
65
-
|`LOGGING_LEVEL`| The logging level provided to python's [logging](https://docs.python.org/3/library/logging.html#logging-levels) library. | No ❌ |`"INFO"`|
66
-
72
+
| Variable Name | Description | Required? | Default |
|`GITHUB_TOKEN`| A classic GitHub personal access token. | Yes ✅ | None |
75
+
|`FIRETAIL_APP_TOKEN`| An app token from the Firetail SaaS. | Yes ✅ | None |
76
+
|`FIRETAIL_API_URL`| The URL of the Firetail SaaS' API. | No ❌ |`"https://api.saas.eu-west-1.prod.firetail.app"`|
77
+
|`LOGGING_LEVEL`| The logging level provided to python's [logging](https://docs.python.org/3/library/logging.html#logging-levels) library. | No ❌ |`"INFO"`|
0 commit comments