Skip to content

Commit bba6b41

Browse files
committed
ci(super-linter): fix warning
1 parent c5f77f9 commit bba6b41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/super-linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ 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'}}

0 commit comments

Comments
 (0)