File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ VALIDATE_PYTHON_PYLINT=false
2121VALIDATE_TRIVY = false
2222
2323FIX_ENV = true
24+ FIX_GITHUB_ACTIONS_ZIZMOR = true
2425FIX_GO = true
2526FIX_JAVASCRIPT_PRETTIER = true
2627FIX_JSON = true
Original file line number Diff line number Diff line change 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"
54java = " temurin-21.0.8+9.0.LTS"
@@ -47,15 +46,12 @@ run = "scripts/super-linter.sh"
4746[tasks .lint-links ]
4847run = " lychee --include-fragments ."
4948
50- [tasks .lint-gh-actions ]
51- run = " zizmor .github/"
52-
5349[tasks .lint-bom ]
5450run = " scripts/lint-bom.sh"
5551
5652[tasks .lint-rest ]
5753description = " 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 ]
6157description = " Run OATs acceptance tests"
You can’t perform that action at this time.
0 commit comments