Skip to content

Commit 36d6a34

Browse files
authored
Note that LGTM service is deprecated. (#2339)
Signed-off-by: Bill Nottingham <notting@tidelift.com> Signed-off-by: Bill Nottingham <notting@tidelift.com>
1 parent 7f214bf commit 36d6a34

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ Name | Description | Risk Level | Token Req
450450
[Maintained](docs/checks.md#maintained) | Is the project at least 90 days old, and maintained? | High | PAT, GITHUB_TOKEN |
451451
[Pinned-Dependencies](docs/checks.md#pinned-dependencies) | Does the project declare and pin [dependencies](https://docs.github.com/en/free-pro-team@latest/github/visualizing-repository-data-with-graphs/about-the-dependency-graph#supported-package-ecosystems)? | Medium | PAT, GITHUB_TOKEN |
452452
[Packaging](docs/checks.md#packaging) | Does the project build and publish official packages from CI/CD, e.g. [GitHub Publishing](https://docs.github.com/en/free-pro-team@latest/actions/guides/about-packaging-with-github-actions#workflows-for-publishing-packages) ? | Medium | PAT, GITHUB_TOKEN |
453-
[SAST](docs/checks.md#sast) | Does the project use static code analysis tools, e.g. [CodeQL](https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository#enabling-code-scanning-using-actions), [LGTM](https://lgtm.com), [SonarCloud](https://sonarcloud.io)? | Medium | PAT, GITHUB_TOKEN |
453+
[SAST](docs/checks.md#sast) | Does the project use static code analysis tools, e.g. [CodeQL](https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository#enabling-code-scanning-using-actions), [LGTM (deprecated)](https://lgtm.com), [SonarCloud](https://sonarcloud.io)? | Medium | PAT, GITHUB_TOKEN |
454454
[Security-Policy](docs/checks.md#security-policy) | Does the project contain a [security policy](https://docs.github.com/en/free-pro-team@latest/github/managing-security-vulnerabilities/adding-a-security-policy-to-your-repository)? | Medium | PAT, GITHUB_TOKEN |
455455
[Signed-Releases](docs/checks.md#signed-releases) | Does the project cryptographically [sign releases](https://wiki.debian.org/Creating%20signed%20GitHub%20releases)? | High | PAT, GITHUB_TOKEN |
456456
[Token-Permissions](docs/checks.md#token-permissions) | Does the project declare GitHub workflow tokens as [read only](https://docs.github.com/en/actions/reference/authentication-in-a-workflow)? | High | PAT, GITHUB_TOKEN |

docs/checks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,10 +496,10 @@ tools can prevent known classes of bugs from being inadvertently introduced in t
496496
codebase.
497497

498498
The checks currently looks for known Github apps such as
499-
[CodeQL](https://codeql.github.com/) (github-code-scanning),
500-
[LGTM](https://lgtm.com/) and
499+
[CodeQL](https://codeql.github.com/) (github-code-scanning) or
501500
[SonarCloud](https://sonarcloud.io/) in the recent (~30) merged PRs, or the use
502-
of "github/codeql-action" in a GitHub workflow.
501+
of "github/codeql-action" in a GitHub workflow. It also checks for the deprecated
502+
[LGTM](https://lgtm.com/) service until its forthcoming shutdown.
503503

504504
Note: A project that fulfills this criterion with other tools may still receive
505505
a low score on this test. There are many ways to implement SAST, and it is

docs/checks/internal/checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,10 +527,10 @@ checks:
527527
codebase.
528528
529529
The checks currently looks for known Github apps such as
530-
[CodeQL](https://codeql.github.com/) (github-code-scanning),
531-
[LGTM](https://lgtm.com/) and
530+
[CodeQL](https://codeql.github.com/) (github-code-scanning) or
532531
[SonarCloud](https://sonarcloud.io/) in the recent (~30) merged PRs, or the use
533-
of "github/codeql-action" in a GitHub workflow.
532+
of "github/codeql-action" in a GitHub workflow. It also checks for the deprecated
533+
[LGTM](https://lgtm.com/) service until its forthcoming shutdown.
534534
535535
Note: A project that fulfills this criterion with other tools may still receive
536536
a low score on this test. There are many ways to implement SAST, and it is

0 commit comments

Comments
 (0)