1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-12-18 20:58:10 +00:00

Update .travis.yml

This commit is contained in:
Liz Rice 2020-09-21 10:18:40 +01:00 committed by GitHub
parent 7280438eb5
commit cf305eed74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ before_install:
- pip install --user yamllint==1.18.0
- gem install --no-document fpm
- go get -t -v ./...
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin
script:
- yamllint -c ./.yamllint.yaml .