Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/super-linter.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ VALIDATE_PYTHON_PYLINT=false
VALIDATE_TRIVY=false

FIX_ENV=true
FIX_GITHUB_ACTIONS_ZIZMOR=true
FIX_GO=true
FIX_JAVASCRIPT_PRETTIER=true
FIX_JSON=true
Expand Down
6 changes: 1 addition & 5 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[tools]
"cargo:zizmor" = "1.9.0"
"go:github.com/gohugoio/hugo" = "v0.148.2"
"go:github.com/grafana/oats" = "0.4.0"
java = "temurin-21.0.8+9.0.LTS"
Expand Down Expand Up @@ -47,15 +46,12 @@ run = "scripts/super-linter.sh"
[tasks.lint-links]
run = "lychee --include-fragments ."

[tasks.lint-gh-actions]
run = "zizmor .github/"

[tasks.lint-bom]
run = "scripts/lint-bom.sh"

[tasks.lint-rest]
description = "All lints not covered by super linter"
depends = ["lint-links", "lint-gh-actions", "lint-bom"]
depends = ["lint-links", "lint-bom"]

[tasks.acceptance-test]
description = "Run OATs acceptance tests"
Expand Down