Merge branch 'main' into feat-cloud-provider-authn
This commit is contained in:
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -26,4 +26,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.TC_CLOUD_TOKEN }}
|
token: ${{ secrets.TC_CLOUD_TOKEN }}
|
||||||
- name: go test
|
- name: go test
|
||||||
run: go test ./...
|
run: go test -v ./... -coverprofile=coverage.out -covermode=atomic
|
||||||
|
- name: Upload coverage to Codecov
|
||||||
|
uses: codecov/codecov-action@v4
|
||||||
|
with:
|
||||||
|
file: ./coverage.out
|
||||||
|
flags: unittests
|
||||||
|
name: codecov-umbrella
|
||||||
|
fail_ci_if_error: true
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
# attest
|
# attest
|
||||||
library to create, verify, and evaluate policy for attestations on container images
|
library to create, verify, and evaluate policy for attestations on container images
|
||||||
|
|
||||||
|
[](https://codecov.io/gh/docker/attest)
|
||||||
|
|
||||||
# usage
|
# usage
|
||||||
## signing and verifying attestations
|
## signing and verifying attestations
|
||||||
See [example_sign_test.go](./pkg/attest/example_sign_test.go)
|
See [example_sign_test.go](./pkg/attest/example_sign_test.go)
|
||||||
|
|||||||
Reference in New Issue
Block a user