File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11default_stages : [pre-commit]
22repos :
33 - repo : https://github.com/gruntwork-io/pre-commit
4- rev : v0.1.28
4+ rev : v0.1.29
55 hooks :
66 - id : gofmt
77 - id : golangci-lint
1414 args :
1515 - --chart-search-root=helm/ggbridge
1616 - repo : https://github.com/gitguardian/ggshield
17- rev : v1.38.1
17+ rev : v1.39.0
1818 hooks :
1919 - id : ggshield
2020 language_version : python3
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN apk add --no-cache \
5454# ## WSTunnel
5555FROM builder AS wstunnel
5656
57- ARG WSTUNNEL_VERSION="10.2 .0"
57+ ARG WSTUNNEL_VERSION="10.3 .0"
5858ENV WSTUNNEL_VERSION=$WSTUNNEL_VERSION
5959RUN curl -fsSL https://github.com/erebe/wstunnel/releases/download/v${WSTUNNEL_VERSION}/wstunnel_${WSTUNNEL_VERSION}_${TARGETOS}_${TARGETARCH}.tar.gz | \
6060 tar xvzf - -C /usr/bin wstunnel && \
Original file line number Diff line number Diff line change 11package :
22 name : wstunnel
3- version : " 10.2 .0"
3+ version : " 10.3 .0"
44 epoch : 0
55 description : Wstunnel uses the websocket protocol which is compatible with http in order to bypass firewalls and proxies
66 url : https://github.com/erebe/wstunnel
@@ -22,13 +22,13 @@ pipeline:
2222 uses : fetch
2323 with :
2424 uri : https://github.com/erebe/wstunnel/releases/download/v${{package.version}}/wstunnel_${{package.version}}_linux_arm64.tar.gz
25- expected-sha256 : b167ab086889ab761fe8a6546768f3c5e6354a22be9eb985d0ac133426ef1e11
25+ expected-sha256 : 33bc9132937145990ac308fd36af466e6e4d917cbbcc916afa098f8fe335d170
2626 strip-components : 0
2727 - if : ${{build.arch}} == 'x86_64'
2828 uses : fetch
2929 with :
3030 uri : https://github.com/erebe/wstunnel/releases/download/v${{package.version}}/wstunnel_${{package.version}}_linux_amd64.tar.gz
31- expected-sha256 : 1a5cabbb23c421bf41bd6ea365080f66ab2540d2fdfed70934de4b677b5d73f2
31+ expected-sha256 : cb2ab9c3041715dce5a6901e3b5715a816b010a0056250c6486d4ab66fcc0ee0
3232 strip-components : 0
3333 - runs : |
3434 install -dm755 "${{targets.destdir}}"/usr/bin
You can’t perform that action at this time.
0 commit comments