mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-07 15:01:09 +00:00
ci: exclude vulkan registry from bandit checks
[skip build] [skip test]
This commit is contained in:
parent
b7b528f517
commit
3de060b6ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -25,4 +25,4 @@ jobs:
|
||||||
# [B404:blacklist] Consider possible security implications associated with subprocess module.
|
# [B404:blacklist] Consider possible security implications associated with subprocess module.
|
||||||
# [B603:subprocess_without_shell_equals_true] subprocess call - check for execution of untrusted input.
|
# [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
|
# [B607:start_process_with_partial_path] Starting a process with a partial executable path
|
||||||
bandit --skip B101,B310,B404,B603,B607 --recursive .
|
bandit --skip B101,B310,B404,B603,B607 --recursive . --exclude ./deps/vulkan-headers/share/vulkan/registry
|
||||||
|
|
Loading…
Reference in a new issue