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
{{ message }}
This repository was archived by the owner on Sep 1, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,16 +266,19 @@ See: [Updating and Releasing](CONTRIBUTING.md#updating-and-releasing)
266
266
267
267
## License
268
268
269
-
The code in this repository is licensed under MIT (see [LICENSE.md](LICENSE.md)),
270
-
however as it makes use of the CodeQL CLI,
271
-
usage of this repository is subject to the
269
+
The code in this repository is licensed under MIT (see [LICENSE.md](LICENSE.md)).
270
+
However as it makes use of the CodeQL CLI,
271
+
you must also abide by the
272
272
[GitHub CodeQL Terms and Conditions](https://securitylab.github.com/tools/codeql/license),
273
-
(whenever your usage involves the CodeQL CLI).
273
+
whenever your usage involves the CodeQL CLI.
274
274
275
275
In particular,
276
276
you are not permitted to use these docker images or actions
277
-
to interact with the CodeQL CLI in CI/CD,
277
+
to create CodeQL databases using the CLI in CI/CD,
278
278
as per the [terms & conditions](https://securitylab.github.com/tools/codeql/license):
279
279
280
-
> **the Software cannot be used** ... **For automated analysis, continuous integration or continuous delivery, whether as part of normal software engineering processes or otherwise.**
280
+
> **the Software cannot be used** [...]
281
+
> **To generate CodeQL databases for or during automated analysis,
282
+
> continuous integration or continuous delivery,
283
+
> whether as part of normal software engineering processes or otherwise.**
0 commit comments