Skip to content

Commit c2dec4e

Browse files
Matthieu Ciapparaclaude
andcommitted
Release v0.0.2.3
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cbdd3d8 commit c2dec4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/danger-claude.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
class DangerClaude < Formula
22
desc "Run Claude Code CLI as a non-root user with sandboxed permissions"
33
homepage "https://github.com/moduloTech/danger-claude"
4-
url "https://github.com/moduloTech/danger-claude/archive/refs/tags/v0.0.2.2.tar.gz"
5-
sha256 "b89f986cfeeeef12d90dcae67616ee953f6d0052968080a2be070b4dc6125243"
4+
url "https://github.com/moduloTech/danger-claude/archive/refs/tags/v0.0.2.3.tar.gz"
5+
sha256 "24e2a1290b016bc72de11da12fb577d8fcebc1ec820ac14acb59e53bd98665b6"
66
license :cannot_represent
77

88
depends_on "ruby"
99

1010
def install
1111
bin.install "bin/danger-claude"
12+
prefix.install "Dockerfile"
1213
end
1314

1415
test do

0 commit comments

Comments
 (0)