From 9c0ffc80a0db4c50513ff947b031990425ca492f Mon Sep 17 00:00:00 2001 From: William Andersson Date: Wed, 1 Feb 2023 15:05:57 +0100 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Leif LislegÄrd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c8c99b..1bfcd66 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ Additionally, if image_url is not supplied neither Trivy nor Binary Attestation - Runs TFSec, a static analysis security scanner for your Terraform code. Does not run on draft pull requests. - Runs Trivy, a comprehensive security scanner. Does not run on draft pull requests. -- Creates a binary attestation on the supplied image if trivy is run. +- Creates a binary attestation on the supplied image if Trivy is run. - Calls the GitHub Security Code Scanning API and fails workflow if there are any _high_ or _critical_ errors. - The above step can be overriden using the `allow_severity_level` input.