Skip to content

Commit 9d0c3c8

Browse files
committed
Fix tests
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent e70c56e commit 9d0c3c8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
paths-ignore:
66
- '**/README.md'
7+
branches:
8+
- master
9+
- release/*
710
tags:
811
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
912
workflow_dispatch:

contrib/mcp-server-vdb/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ COPY --from=uv --chown=app:app /app/.venv /app/.venv
4242
# This directory must contain the vulnerability database
4343
# export VDB_HOME=/db
4444
# vdb --download-image
45-
mkdir -p /db
45+
RUN mkdir -p /db
4646
ENV PATH="/app/.venv/bin:$PATH" \
4747
VDB_HOME="/db"
4848

0 commit comments

Comments
 (0)