Commit graph

17 commits

Author SHA1 Message Date
alexey.lysiuk
02588e78c7 ci: disable natural language lint 2021-11-22 10:39:00 +02:00
alexey.lysiuk
3de060b6ba ci: exclude vulkan registry from bandit checks
[skip build]
[skip test]
2021-09-08 11:31:03 +03:00
alexey.lysiuk
8a1524d0d7 ci: skip linting of deps directory 2021-08-14 13:03:39 +03:00
alexey.lysiuk
fc25dfb66e ci: lint .yaml files 2021-08-14 13:03:39 +03:00
alexey.lysiuk
2ce7f7aa19 lint: enable isort 2021-08-05 10:12:39 +03:00
alexey.lysiuk
a00601f651 ci: ability to skip any workflow 2021-08-05 10:10:51 +03:00
alexey.lysiuk
e39980838a make super-linter a mandatory job 2021-08-04 09:41:56 +03:00
alexey.lysiuk
02d48f0ae5 add comment about bandit skipped checks 2021-08-04 09:33:11 +03:00
alexey.lysiuk
47b6282d71 lint all .py and .md files 2021-08-04 09:32:33 +03:00
alexey.lysiuk
7a70abbc07 ci: disable isort linter 2021-08-01 16:12:48 +03:00
alexey.lysiuk
2e2ead4d7d ci: lint aedi directory and disable black formatter 2021-08-01 16:02:11 +03:00
alexey.lysiuk
6e25af3d67 ci: update super-linter to the actual version
disable failure on errors as temporal solution
2021-07-25 13:36:50 +03:00
alexey.lysiuk
77ee4965ea add source code check by bandit, a security linter from PyCQA
the following tests are disabled
[B101:assert_used] Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.
[B404:blacklist] Consider possible security implications associated with subprocess module.
[B603:subprocess_without_shell_equals_true] subprocess call - check for execution of untrusted input.
[B607:start_process_with_partial_path] Starting a process with a partial executable path

https://bandit.readthedocs.io/

[skip ci]
2021-06-18 17:54:03 +03:00
alexey.lysiuk
eca10bae34 specify continuous integration runners explicitly 2021-03-14 22:15:13 +02:00
alexey.lysiuk
2e04ff42ba run lint regardless of [skip ci] in commit message 2021-01-23 15:26:06 +02:00
alexey.lysiuk
4bcf1301e1 skip all workflows with [skip ci] in commit message 2020-12-28 10:50:28 +02:00
alexey.lysiuk
1eb7c2700e add super-linter github actions workflow 2020-06-21 10:36:48 +03:00