1
0
mirror of https://github.com/docker/cli.git synced 2026-01-26 15:41:42 +03:00

Merge pull request #6121 from thaJeztah/trust_plugin

implement `docker trust` as plugin
This commit is contained in:
Sebastiaan van Stijn
2025-11-06 20:29:58 +01:00
committed by GitHub
203 changed files with 1360 additions and 25245 deletions

View File

@@ -71,7 +71,7 @@ jobs:
-
name: Test
run: |
go test -coverprofile=/tmp/coverage.txt $(go list ./... | grep -vE '/vendor/|/e2e/')
go test -coverprofile=/tmp/coverage.txt $(go list ./... | grep -vE '/vendor/|/e2e/|/cmd/docker-trust')
go tool cover -func=/tmp/coverage.txt
working-directory: ${{ env.GOPATH }}/src/github.com/docker/cli
shell: bash