From e9bae3f7eead1cccc9391a79d3d987ccf4d9b7a5 Mon Sep 17 00:00:00 2001 From: Scott Little Date: Mon, 6 Feb 2023 13:13:41 -0500 Subject: [PATCH] Add git for storage of public keys and certs Story: 2009221 Task: 47097 Change-Id: I07f75d20721445289d1360b9ab16518634b8c0b8 Signed-off-by: Scott Little --- common.xml | 1 + default.xml | 2 ++ tox.ini | 6 ++++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/common.xml b/common.xml index 30e39b6..30cb39c 100644 --- a/common.xml +++ b/common.xml @@ -4,6 +4,7 @@ + diff --git a/default.xml b/default.xml index ea850fb..3bbba8e 100644 --- a/default.xml +++ b/default.xml @@ -17,6 +17,8 @@ + + diff --git a/tox.ini b/tox.ini index 4af12e7..40c605c 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,9 @@ deps = -r{toxinidir}/test-requirements.txt [testenv:linters] basepython = python3 -whitelist_externals = bash +allowlist_externals = bash + find + xargs commands = bash -c "find {toxinidir} \ \( -name .tox -prune \) \ @@ -32,4 +34,4 @@ basepython = python3 # Use same environment directory as venv to save space and install time envdir = {toxworkdir}/venv commands = true -whitelist_externals = true +allowlist_externals = true