File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,7 @@ author: "Socket"
44
55runs :
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 }}
Original file line number Diff line number Diff line change 11[project ]
22name = " socket_basics"
3- version = " 1.1.3 "
3+ version = " 2.0.0 "
44description = " Socket Basics with integrated SAST, secret scanning, and container analysis"
55readme = " README.md"
66requires-python = " >=3.10"
Original file line number Diff line number Diff line change 1- __version__ = "1.1.3 "
1+ __version__ = "2.0.0 "
You can’t perform that action at this time.
0 commit comments