From 4a6ff736799ca6a5d58cb17b77f79b65d4bb85ab Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Fri, 27 Oct 2023 09:05:08 -0400 Subject: [PATCH] chore: remove file noqa from utils fdb.py Apparently this noqa wasn't hiding anything. Signed-off-by: Will Murphy --- src/vunnel/utils/fdb.py | 2 -- tests/quality/config.yaml | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/vunnel/utils/fdb.py b/src/vunnel/utils/fdb.py index 7c05dc1f..f254c557 100644 --- a/src/vunnel/utils/fdb.py +++ b/src/vunnel/utils/fdb.py @@ -1,5 +1,3 @@ -# noqa - """ A file-based database, requires a writeable directory (path), which is usually a requirement for drivers. It can store any additional metadata, accessible as diff --git a/tests/quality/config.yaml b/tests/quality/config.yaml index b59a2d5e..3be3e1f6 100644 --- a/tests/quality/config.yaml +++ b/tests/quality/config.yaml @@ -119,6 +119,9 @@ tests: use_cache: true - name: wolfi use_cache: true + additional_trigger_globs: + # this provider imports and uses the wolfi provider code + - src/vunnel/utils/fdb.py images: - docker.io/anchore/test_images:java-56d52bc@sha256:10008791acbc5866de04108746a02a0c4029ce3a4400a9b3dad45d7f2245f9da - docker.io/anchore/test_images:npm-56d52bc@sha256:ba42ded8613fc643d407a050faf5ab48cfb405ad3ef2015bf6feeb5dff44738d