Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit 4395d78

Browse files
committed
Update License section of README
1 parent 3aa17d7 commit 4395d78

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# Actions for Learning Lab CodeQL Courses
22

33
This repository provides Docker images and GitHub Actions
4-
for use in repositories that are created as part of CodeQL courses
4+
for use in CodeQL courses
55
on [Learning Lab](https://lab.github.com/).
66

7-
Usage of this repository is subject to the
8-
[GitHub CodeQL Terms and Conditions](https://securitylab.github.com/tools/codeql/license).
7+
8+
9+
## License
10+
11+
The code in this repository is licensed under MIT (see [LICENSE.md](LICENSE.md)),
12+
however as it makes use of the CodeQL CLI,
13+
usage of this repository is subject to the
14+
[GitHub CodeQL Terms and Conditions](https://securitylab.github.com/tools/codeql/license),
15+
(whenever your usage involves the CodeQL CLI).
16+
917
In particular,
10-
you are not permitted to use these actions for CI/CD,
18+
you are not permitted to use these docker images or actions
19+
to interact with the CodeQL CLI in CI/CD,
1120
as per the [terms & conditions](https://securitylab.github.com/tools/codeql/license):
1221

1322
> **the Software cannot be used** ... **For automated analysis, continuous integration or continuous delivery, whether as part of normal software engineering processes or otherwise.**
23+

0 commit comments

Comments
 (0)