Skip to content

Commit df43c69

Browse files
authored
zizmor is included in super linter (#1539)
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent d6a7497 commit df43c69

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/super-linter.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ VALIDATE_PYTHON_PYLINT=false
2121
VALIDATE_TRIVY=false
2222

2323
FIX_ENV=true
24+
FIX_GITHUB_ACTIONS_ZIZMOR=true
2425
FIX_GO=true
2526
FIX_JAVASCRIPT_PRETTIER=true
2627
FIX_JSON=true

mise.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[tools]
2-
"cargo:zizmor" = "1.9.0"
32
"go:github.com/gohugoio/hugo" = "v0.148.2"
43
"go:github.com/grafana/oats" = "0.4.0"
54
java = "temurin-21.0.8+9.0.LTS"
@@ -47,15 +46,12 @@ run = "scripts/super-linter.sh"
4746
[tasks.lint-links]
4847
run = "lychee --include-fragments ."
4948

50-
[tasks.lint-gh-actions]
51-
run = "zizmor .github/"
52-
5349
[tasks.lint-bom]
5450
run = "scripts/lint-bom.sh"
5551

5652
[tasks.lint-rest]
5753
description = "All lints not covered by super linter"
58-
depends = ["lint-links", "lint-gh-actions", "lint-bom"]
54+
depends = ["lint-links", "lint-bom"]
5955

6056
[tasks.acceptance-test]
6157
description = "Run OATs acceptance tests"

0 commit comments

Comments
 (0)