mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2024-12-24 07:28:06 +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
|
- pip install --user yamllint==1.18.0
|
||||||
- gem install --no-document fpm
|
- gem install --no-document fpm
|
||||||
- go get -t -v ./...
|
- 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:
|
script:
|
||||||
- yamllint -c ./.yamllint.yaml .
|
- yamllint -c ./.yamllint.yaml .
|
||||||
|
Loading…
Reference in New Issue
Block a user