From 5820dddfcfbacd143caf945a3f226c4f8010e0a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 12:46:56 +0530 Subject: [PATCH] chore(ci): bump super-linter/super-linter from 5 to 6 (#435) * chore(ci): bump super-linter/super-linter from 5 to 6 Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 5 to 6. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/v5...v6) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * fix: commented out log upload process as it was failing due to permission errors * fix: Added log file permissions * fix: Removed Checkov validation because there's no IaC files * Update linter.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Saptarshi Sarkar --- .github/workflows/linter.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index b7bd1b57a..836166ce7 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -23,7 +23,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Lint Code Base id: lint - uses: super-linter/super-linter/slim@v5 + uses: super-linter/super-linter/slim@v6 continue-on-error: true env: DEFAULT_BRANCH: master @@ -39,6 +39,10 @@ jobs: VALIDATE_CSHARP: false VALIDATE_NATURAL_LANGUAGE: false VALIDATE_YAML: false + VALIDATE_CHECKOV: false + VALIDATE_SHELL_SHFMT: false + - name: Set read and write permission in super linter log + run: sudo chmod 777 super-linter.log - name: Upload Lint Result uses: actions/upload-artifact@v4 with: