bazel: get actionlint as binary download

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-03-17 17:14:27 +01:00
parent a3b328360d
commit 7f3f4ca3c7
8 changed files with 58 additions and 45 deletions

View file

@ -11,6 +11,5 @@ package main
import (
_ "github.com/aquasecurity/tfsec/cmd/tfsec"
_ "github.com/katexochen/sh/v3/cmd/shfmt"
_ "github.com/rhysd/actionlint/cmd/actionlint"
_ "mvdan.cc/gofumpt"
)