From d10561fc7f869b0cf3d984bd75b5a5220a224f70 Mon Sep 17 00:00:00 2001 From: Andrew Henry Date: Wed, 10 Nov 2021 15:38:13 -0800 Subject: [PATCH] Fix security policy typo, and duplicate security issue template entries (#4447) * Tiny typo * Remove duped security issue entries --- .github/ISSUE_TEMPLATE/config.yml | 3 --- SECURITY.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 30799a80cd..433f68345d 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,3 @@ contact_links: - name: Discussions url: https://github.com/nasa/openmct/discussions about: Have a question about the project? - - name: Security - url: https://github.com/nasa/openmct/security/policy - about: Report a Security Vulnerability diff --git a/SECURITY.md b/SECURITY.md index b83f4b8980..aba8fb1b4e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,7 +14,7 @@ See our [top-level security policy](https://github.com/nasa/openmct/security/pol The [CodeQL GitHub Actions workflow](https://github.com/nasa/openmct/blob/master/.github/workflows/codeql-analysis.yml) is available to the public. To review the results, fork the repository and run the CodeQL workflow. -CodeQL is ran for every pull-request in GitHub Actions. +CodeQL is run for every pull-request in GitHub Actions. The project is also monitored by [LGTM](https://lgtm.com/projects/g/nasa/openmct/) and is available to public.