File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.2.71
4+
5+ - Added ` strace ` to the Docker image for debugging purposes.
6+
37## 2.2.70
48
59- Set the scan to ` 'socket_tier1' ` when using the ` --reach ` flag. This ensures Tier 1 scans are properly integrated into the organization-wide alerts.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ARG USE_LOCAL_INSTALL=false
1616# Install base packages first
1717RUN apk update && apk add --no-cache \
1818 git nodejs npm yarn curl wget \
19- ruby ruby-dev build-base
19+ ruby ruby-dev build-base strace
2020
2121# Install Go with version control
2222RUN if [ "$GO_VERSION" = "system" ]; then \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
77[project ]
88name = " socketsecurity"
9- version = " 2.2.70 "
9+ version = " 2.2.71 "
1010requires-python = " >= 3.10"
1111license = {"file" = " LICENSE" }
1212dependencies = [
Original file line number Diff line number Diff line change 11__author__ = 'socket.dev'
2- __version__ = '2.2.70 '
2+ __version__ = '2.2.71 '
33USER_AGENT = f'SocketPythonCLI/{ __version__ } '
You can’t perform that action at this time.
0 commit comments