Skip to content

Commit

Permalink
Merge branch 'master' into xsoar-tools-update-sdk-version
Browse files Browse the repository at this point in the history
  • Loading branch information
barryyosi-panw committed Dec 25, 2024
2 parents 57d9bb4 + ad3d3c6 commit 8c75e57
Show file tree
Hide file tree
Showing 45 changed files with 5,131 additions and 3,825 deletions.
20 changes: 10 additions & 10 deletions docker/argus-toolbelt/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

210 changes: 105 additions & 105 deletions docker/auth-utils/poetry.lock

Large diffs are not rendered by default.

262 changes: 139 additions & 123 deletions docker/axonius/Pipfile.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docker/boto3py3/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

208 changes: 104 additions & 104 deletions docker/commvault/Pipfile.lock

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docker/datadog-api-client/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docker/dxl/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions docker/flask-nginx/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docker/genericsql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libc-dev \
libssl-dev \
unixodbc-dev \
&& wget ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.1.39.tar.gz \
# && wget ftp://ftp.freetds.org/pub/freetds/stable/freetds-1.1.39.tar.gz \
&& wget --no-check-certificate https://www.freetds.org/files/stable/freetds-1.1.39.tar.gz \
&& tar -xzf freetds-1.1.39.tar.gz \
&& cd freetds-1.1.39 \
&& ./configure --with-openssl --with-unixodbc=/usr --enable-msdblib \
Expand Down
1 change: 1 addition & 0 deletions docker/genericsql/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ psycopg2-binary = "*"
pyodbc = "*"
cx-oracle = "*"
expiringdict = "*"
cryptography = "*"

[requires]
python_version = "3.11"
Loading

0 comments on commit 8c75e57

Please sign in to comment.