forked from diggsweden/devbase-check
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mise.toml
More file actions
32 lines (28 loc) · 1.05 KB
/
.mise.toml
File metadata and controls
32 lines (28 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# SPDX-FileCopyrightText: 2025 Digg - Agency for Digital Government
#
# SPDX-License-Identifier: CC0-1.0
# Tool versions for mise (https://mise.jdx.dev/)
# Install all tools: mise install
# Activate in shell: eval "$(mise activate bash)"
[settings]
experimental = true
paranoid = true
[env]
HTTP_PROXY = "{{ get_env(name='HTTP_PROXY', default='') }}"
HTTPS_PROXY = "{{ get_env(name='HTTPS_PROXY', default='') }}"
NO_PROXY = "{{ get_env(name='NO_PROXY', default='') }}"
http_proxy = "{{ get_env(name='http_proxy', default='') }}"
https_proxy = "{{ get_env(name='https_proxy', default='') }}"
no_proxy = "{{ get_env(name='no_proxy', default='') }}"
PIP_INDEX_URL = "{{ get_env(name='PIP_INDEX_URL', default='') }}"
[tools]
"aqua:rhysd/actionlint" = "v1.7.10"
"aqua:siderolabs/conform" = "v0.1.0-alpha.30"
"aqua:zricethezav/gitleaks" = "v8.30.0"
"ubi:rvben/rumdl" = "v0.1.0"
"aqua:koalaman/shellcheck" = "v0.11.0"
"aqua:mvdan/sh" = "v3.12.0"
"aqua:google/yamlfmt" = "v0.21.0"
"aqua:hadolint/hadolint" = "v2.14.0"
"pipx:reuse" = "6.2.0"
"aqua:bats-core/bats-core" = "1.13.0"