Skip to content

Commit d24b630

Browse files
committed
fix(ci): update Super Linter configuration for v6
Signed-off-by: Avi Miller <[email protected]>
1 parent c634d2b commit d24b630

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/super-linter.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
BASH_SEVERITY=warning
2-
DEFAULT_BRANCH=main
3-
ERROR_ON_MISSING_EXEC_BIT=true
2+
DEFAULT_BRANCH=origin/main
43
VALIDATE_ALL_CODEBASE=false
54
VALIDATE_BASH=true
5+
VALIDATE_BASH_EXEC=true
66
VALIDATE_DOCKERFILE_HADOLINT=true
77
VALIDATE_GITHUB_ACTIONS=true
88
VALIDATE_MARKDOWN=true

.github/workflows/super-linter.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
name: Lint new or modified files
1111
runs-on: ubuntu-latest
1212

13+
permissions:
14+
contents: read
15+
packages: read
16+
statuses: write
17+
1318
steps:
1419
- name: Checkout Git repository with history
1520
uses: actions/checkout@v4

0 commit comments

Comments
 (0)