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
Run `poetry install` to install the dependencies. By default, the dependencies are installed from the Jfrog private repository.
19
+
20
+
To configure your credentials for Jfrog, go to your Jfrog user profile, and generate an identity token. Then set the following two environment variables:
Copy file name to clipboardExpand all lines: README.md
-85Lines changed: 0 additions & 85 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,91 +132,6 @@ $ pysonar
132
132
133
133
See the __SonarScanner__[documentation](https://docs.sonarsource.com/sonarqube/9.9/analyzing-source-code/scanners/sonarscanner/) for more information.
134
134
135
-
# For developers
136
-
137
-
## Prerequisites
138
-
139
-
- Python 3.12
140
-
-[pipx](https://github.com/pypa/pipx)
141
-
142
-
## Install poetry
143
-
144
-
Install poetry with `pipx install poetry`
145
-
146
-
# Run the main script
147
-
148
-
Run `python src/pysonar`
149
-
150
-
# Run the tests
151
-
152
-
Run `poetry install` to install the dependencies. By default, the dependencies are installed from the Jfrog private repository.
153
-
154
-
To configure your credentials for Jfrog, go to your Jfrog user profile, and generate an identity token. Then set the following two environment variables:
0 commit comments