From b80f3dd2b5039f395f37ed7bd8641a1ce0495d03 Mon Sep 17 00:00:00 2001 From: Gabe Stocco <98900+gfs@users.noreply.github.com> Date: Tue, 14 Jul 2020 19:50:06 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e2a2e5d..48f0ffb 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ DevSkim is security linter available both as IDE extensions and as a GitHub Action. The DevSkim GitHub action outputs a sarif file compatible with GitHub's security issues view. -https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/uploading-a-sarif-file-to-github - ## Usage Add DevSkim to your GitHub Actions pipeline like below. @@ -28,7 +26,7 @@ You can also specify a number of options to the action. ### Features -* Built-in rules, and support for writing custom rules +* Built-in rules, and support for writing custom rules (coming soon) * Information and guidance provided for identified security issues * Broad language support including: C, C++, C#, Cobol, Go, Java, Javascript/Typescript, Python, and [more](https://github.com/Microsoft/DevSkim/wiki/Supported-Languages).