From 265db62bc5d257254135969d724c95b1e21c8105 Mon Sep 17 00:00:00 2001 From: Mohamed Amer <44300384+mohamedhamdyamer@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:49:01 +0200 Subject: [PATCH] Update README.md - editing the yaml example adding: permissions: read-all This is to avoid failure of super-linter that is triggered by checkov. checkov flags that the top-level permissions are set to write-all (default value). Accordingly, the action will fail with an error. Update README.md - Removing the long comment --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 51c916eb5bb..1aa88599b9a 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ To run super-linter as a GitHub Action, you do the following: push: null pull_request: null + permissions: read-all + jobs: build: name: Lint