From 6fd8ac885dd6b55d5f8ed6543bf669154cb7c4a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Reigota?= Date: Thu, 25 Nov 2021 10:36:20 +0000 Subject: [PATCH] removed entrypoint permissions step (#35) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Reigota --- action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yml b/action.yml index f863970..1619d40 100644 --- a/action.yml +++ b/action.yml @@ -86,8 +86,6 @@ runs: using: "composite" steps: - uses: actions/checkout@v2 - - run: chmod +x ./entrypoint.sh - shell: bash - name: Run KICS Scan id: kics_scan uses: docker://checkmarx/kics:v1.4.8-alpine