cli/pkg/cmd/attestation/verify
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
..
attestation.go add initiator_type for attestations 2025-09-23 10:59:07 -04:00
attestation_integration_test.go add missing http client field in sigstoreConfig 2025-05-07 17:11:18 -06:00
attestation_test.go move filterAttestations function 2025-04-03 11:02:45 -06:00
options.go reorganize getAttestations func to check for remote gh api fetching first 2025-03-24 17:28:50 -06:00
options_test.go Revert "temporarily skip non-failing tests" 2025-04-09 07:23:17 -06:00
policy.go Tweaked language a bit, improved error message. 2025-03-27 09:47:11 -04:00
policy_test.go Revert "temporarily skip non-failing tests" 2025-04-09 07:23:17 -06:00
verify.go alphabetize fields 2025-05-07 16:43:28 -06:00
verify_integration_test.go Add missing //go:build integration tag to verify_integration_test.go 2026-04-28 18:20:23 +02:00
verify_test.go Revert "temporarily skip non-failing tests" 2025-04-09 07:23:17 -06:00