chore(deps): update dictionary tools, Vuls is now CGO free (#1667)

* chore(deps): update dictionary tools, Vuls is now CGO free

* chore(integration): update commit
This commit is contained in:
MaineK00n
2023-05-11 00:28:51 +09:00
committed by GitHub
parent ef80838ddd
commit 7475b27f6a
14 changed files with 114 additions and 155 deletions

View File

@@ -22,13 +22,11 @@ jobs:
go-version-file: go.mod
-
name: Run GoReleaser
run: |
docker run --rm \
-e CGO_ENABLED=1 \
-e GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} \
-v /var/run/docker.sock:/var/run/docker.sock \
-v `pwd`:/go/src/github.com/future-architect/vuls \
-w /go/src/github.com/future-architect/vuls \
ghcr.io/goreleaser/goreleaser-cross:v1.20 \
release --clean
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}