Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Brewfile - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 618f852471dbc2f414efd949a9a4e2d174b64d9d (plain)
1
2
3
4
5
6
7
8
# Install on all OSes
brew "hadolint"
brew "jq"
brew "yamllint"
brew "openssl@1.1", link: :force

# Install on Mac only
brew "gnupg" if OS.mac?