superlint/test
Benjamin Wuethrich 95aabd4cfa
feat(bash-exec): add option to ignore shell library files (#5254)
Introduce a new configuration variable, BASH_EXEC_IGNORE_LIBRARIES. If
set to true, the behaviour of bash-exec is modified: if a shell file has
a file extension and no shebang line, it is ignored, i.e., allowed to be
non-executable. This allows files that are only every sourced from other
shell files, acting as libraries and not executables, to have no
executable bit set without failing the bash-exec linter.
2024-02-27 18:17:22 +00:00
..
data chore: simplify updateSSL (#5130) 2024-01-30 09:05:47 +01:00
inspec/super-linter build: install dotnet and powershell from images (#5245) 2024-02-10 08:51:09 +00:00
lib feat(bash-exec): add option to ignore shell library files (#5254) 2024-02-27 18:17:22 +00:00
linters feat(bash-exec): add option to ignore shell library files (#5254) 2024-02-27 18:17:22 +00:00
run-super-linter-tests.sh feat(bash-exec): add option to ignore shell library files (#5254) 2024-02-27 18:17:22 +00:00
validate-docker-labels.sh Validate container image labels (#4926) 2023-12-07 14:18:47 +00:00