cli/pkg/cmd/attestation
Pavel Dostál 20e4d25147 Add missing //go:build integration tag to verify_integration_test.go
The four tests in this file (TestVerifyIntegration,
TestVerifyIntegrationCustomIssuer, TestVerifyIntegrationReusableWorkflow,
TestVerifyIntegrationReusableWorkflowSignerWorkflow) call
NewLiveSigstoreVerifier which requires network access to Sigstore and
GitHub TUF servers. Unlike the other integration test files in this
package (attestation_integration_test.go, sigstore_integration_test.go,
inspect_integration_test.go), this file was missing the //go:build
integration tag, causing these tests to run during a regular
'go test ./...' and fail in network-isolated build environments.
2026-04-28 18:20:23 +02:00
..
api replace github.com/golang/snappy with klauspost/compress/snappy 2026-03-26 22:58:08 +01:00
artifact chore: apply go fix to remove deprecated // +build tags 2025-10-30 21:10:45 +00:00
auth Revert "temporarily skip non-failing tests" 2025-04-09 07:23:17 -06:00
download Revert "temporarily skip non-failing tests" 2025-04-09 07:23:17 -06:00
inspect simplify test 2025-05-07 16:47:14 -06:00
io remove bolding from bullet point output 2025-01-23 07:47:38 -07:00
test update the artifact and bundle for testing 2025-05-30 13:31:23 -07:00
trustedroot Remove mention of public preview in trustedroot.go 2025-09-02 23:42:03 +00:00
verification Remove skipped tests 2025-10-24 13:45:16 -05:00
verify Add missing //go:build integration tag to verify_integration_test.go 2026-04-28 18:20:23 +02:00
attestation.go Unify use of tab indent in non-test source files 2024-08-03 00:35:30 +08:00