Fix name for Github Actions (#55)

This commit is contained in:
Sohalt
2020-04-14 20:24:43 +02:00
committed by GitHub
parent 4523efdaa1
commit f203beeab0
+2 -2
View File
@@ -31,7 +31,7 @@ jobs:
uses: "cedrickring/golang-action@1.4.1"
with:
args: go vet ./...
- name: Check missing error check
- name: Check security issues with gosec
uses: "cedrickring/golang-action@1.4.1"
with:
args: go get github.com/securego/gosec/cmd/gosec; gosec ./... # https://github.com/securego/gosec
@@ -46,4 +46,4 @@ jobs:
sudo apt-get update -qq
sudo apt-get -qq -y install buildah
- name: Build the Docker image
run: buildah bud --format=docker --layers -f Dockerfile .
run: buildah bud --format=docker --layers -f Dockerfile .