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:
parent
7280438eb5
commit
cf305eed74
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user