Skip to content

Commit 3a6a2cb

Browse files
authored
Update Dockle ignore to have new Python version in path (#207)
## Changes Update the Dockle config to ignore the Python 3.12 path for APIFlask settings file ## Context for reviewers https://github.com/navapbc/platform-test-flask/actions/runs/6474165939/job/17578510105 ## Testing I'm not sure how to get Dockle to run locally (not sure how to specify our image?), but this is fairly minor.
1 parent 4252983 commit 3a6a2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dockleconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# DOCKLE_ACCEPT_FILES="file1,path/to/file2,file3/path,etc"
66

77
# The apiflask/settings file is a stub file that apiflask creates, and has no sensitive data in. We are ignoring it since it is unused
8-
DOCKLE_ACCEPT_FILES=app/.venv/lib/python3.11/site-packages/apiflask/settings.py
8+
DOCKLE_ACCEPT_FILES=app/.venv/lib/python3.12/site-packages/apiflask/settings.py

0 commit comments

Comments
 (0)