Skip to content

Commit dd75051

Browse files
committed
ci(super-linter): fix warning
1 parent b2cf42e commit dd75051

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/super-linter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,14 @@ jobs:
6767
env:
6868
VALIDATE_ALL_CODEBASE: true
6969
LINTER_RULES_PATH: .
70+
SAVE_SUPER_LINTER_SUMMARY: true
71+
ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: true
7072
DEFAULT_BRANCH: main
7173
ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
7274
TRIVY_SCANNERS: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && 'vuln,misconfig,secret' || 'misconfig,secret'}}
7375
BIOME_CONFIG_PATH: .biome.json
7476
GITHUB_ACTIONS_ZIZMOR_CONFIG_FILE: .zizmor.yml
7577
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7678
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
79+
# FIXME: until zizmor 1.24.0 or above
80+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false

0 commit comments

Comments
 (0)