Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ author: "Socket"

runs:
using: "docker"
# TODO (v2.0.0 release PR): update this to the pre-built GHCR image.
# The release PR MUST include all three of these changes together:
# 1. version.py + pyproject.toml → 2.0.0
# 2. This line → docker://ghcr.io/socketdev/socket-basics:2.0.0
# 3. Merge, then run publish-docker workflow_dispatch BEFORE creating the git tag
# See docs/github-action.md → "Release workflow" for the full process.
image: "Dockerfile"
image: "docker://ghcr.io/socketdev/socket-basics:2.0.0"
env:
# Core GitHub variables (these are automatically available, but we explicitly pass GITHUB_TOKEN)
GITHUB_TOKEN: ${{ inputs.github_token }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "socket_basics"
version = "1.1.3"
version = "2.0.0"
description = "Socket Basics with integrated SAST, secret scanning, and container analysis"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion socket_basics/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.3"
__version__ = "2.0.0"