Skip to content

Commit 00d4220

Browse files
committed
Update GitHub Actions workflow formatting and linter config
Standardized YAML formatting in ossf-scorecard workflow and adjusted the order and inclusion of linter validation variables in super-linter.yml, including the addition of VALIDATE_GITHUB_ACTIONS_ZIZMOR.
1 parent 1500ea3 commit 00d4220

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ossf-scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Scorecard supply-chain security
22
on:
33
branch_protection_rule:
44
schedule:
5-
- cron: '27 12 * * 2'
5+
- cron: "27 12 * * 2"
66
push:
7-
branches: [ "main" ]
7+
branches: ["main"]
88

99
permissions: read-all
1010

.github/workflows/super-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
3030
VALIDATE_ALL_CODEBASE: false
3131
VALIDATE_BIOME_FORMAT: false
3232
VALIDATE_BIOME_LINT: false
33-
VALIDATE_CSS: false
3433
VALIDATE_CHECKOV: false
34+
VALIDATE_CSS: false
3535
VALIDATE_EDITORCONFIG: false
3636
VALIDATE_GIT_COMMITLINT: false
37+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
3738
VALIDATE_JSCPD: false
3839
VALIDATE_MARKDOWN: false

0 commit comments

Comments
 (0)