@@ -112,31 +112,32 @@ universal_binaries:
112112 hooks :
113113 post : bash -c 'envsubst < gonMac.hcl > /tmp/gonMac.hcl && gon /tmp/gonMac.hcl'
114114
115- brews :
116- - tap :
117- owner : checkmarx
118- name : homebrew-ast-cli
119- token : " {{ .Env.GO_BOT_TOKEN }}"
120- ids :
121- - cx
122- - cx-mac-universal
123- folder : Formula
124- homepage : https://github.com/Checkmarx/ast-cli
125- description : CLI for Checkmarx One
126- license : Apache
127- test : |
128- system "#{bin}/cx version"
129- install : |-
130- bin.install "cx"
131- # Install bash completion
132- output = Utils.popen_read("#{bin}/cx utils completion -s bash")
133- (bash_completion/"cx").write output
134- # Install zsh completion
135- output = Utils.popen_read("#{bin}/cx utils completion -s zsh")
136- (zsh_completion/"_cx").write output
137- # Install fish completion
138- output = Utils.popen_read("#{bin}/cx utils completion -s fish")
139- (fish_completion/"cx.fish").write output
115+ # brews:
116+ # - skip: true
117+ # tap:
118+ # owner: checkmarx
119+ # name: homebrew-ast-cli
120+ # token: "{{ .Env.GO_BOT_TOKEN }}"
121+ # ids:
122+ # - cx
123+ # - cx-mac-universal
124+ # folder: Formula
125+ # homepage: https://github.com/Checkmarx/ast-cli
126+ # description: CLI for Checkmarx One
127+ # license: Apache
128+ # test: |
129+ # system "#{bin}/cx version"
130+ # install: |-
131+ # bin.install "cx"
132+ # # Install bash completion
133+ # output = Utils.popen_read("#{bin}/cx utils completion -s bash")
134+ # (bash_completion/"cx").write output
135+ # # Install zsh completion
136+ # output = Utils.popen_read("#{bin}/cx utils completion -s zsh")
137+ # (zsh_completion/"_cx").write output
138+ # # Install fish completion
139+ # output = Utils.popen_read("#{bin}/cx utils completion -s fish")
140+ # (fish_completion/"cx.fish").write output
140141
141142blobs :
142143 - provider : s3
0 commit comments