Skip to content

Commit 1a844aa

Browse files
committed
feat!: switch to pre-built GHCR images (v2.0.0)
Signed-off-by: lelia <lelia@socket.dev>
1 parent e5a9d3b commit 1a844aa

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

action.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ author: "Socket"
44

55
runs:
66
using: "docker"
7-
# TODO (v2.0.0 release PR): update this to the pre-built GHCR image.
8-
# The release PR MUST include all three of these changes together:
9-
# 1. version.py + pyproject.toml → 2.0.0
10-
# 2. This line → docker://ghcr.io/socketdev/socket-basics:2.0.0
11-
# 3. Merge, then run publish-docker workflow_dispatch BEFORE creating the git tag
12-
# See docs/github-action.md → "Release workflow" for the full process.
13-
image: "Dockerfile"
7+
image: "docker://ghcr.io/socketdev/socket-basics:2.0.0"
148
env:
159
# Core GitHub variables (these are automatically available, but we explicitly pass GITHUB_TOKEN)
1610
GITHUB_TOKEN: ${{ inputs.github_token }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "socket_basics"
3-
version = "1.1.3"
3+
version = "2.0.0"
44
description = "Socket Basics with integrated SAST, secret scanning, and container analysis"
55
readme = "README.md"
66
requires-python = ">=3.10"

socket_basics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.3"
1+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)