{"id":38818741,"url":"https://github.com/ocibuilder/gofeas","last_synced_at":"2026-01-17T13:02:19.355Z","repository":{"id":57516850,"uuid":"235851705","full_name":"ocibuilder/gofeas","owner":"ocibuilder","description":"Gofeas is a working Go client for Grafeas","archived":false,"fork":false,"pushed_at":"2020-03-02T18:40:07.000Z","size":483,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T10:44:25.908Z","etag":null,"topics":["attestation","go","grafeas","grafeas-go-client","metadata-client"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ocibuilder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-23T17:46:59.000Z","updated_at":"2023-09-08T18:02:37.000Z","dependencies_parsed_at":"2022-09-26T18:01:26.840Z","dependency_job_id":null,"html_url":"https://github.com/ocibuilder/gofeas","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ocibuilder/gofeas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocibuilder%2Fgofeas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocibuilder%2Fgofeas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocibuilder%2Fgofeas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocibuilder%2Fgofeas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ocibuilder","download_url":"https://codeload.github.com/ocibuilder/gofeas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ocibuilder%2Fgofeas/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["attestation","go","grafeas","grafeas-go-client","metadata-client"],"created_at":"2026-01-17T13:02:19.291Z","updated_at":"2026-01-17T13:02:19.349Z","avatar_url":"https://github.com/ocibuilder.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go API client for Grafeas\n\n\u003eThis is a heavily modified and working fork of the generated Swagger [go client](https://github.com/grafeas/client-go), adapted to follow the OpenApi specification as recorded\n\u003e[here](https://github.com/grafeas/client-go/issues/13). It also provides the client as a mockable interface and\n\u003eremoves unnecessary complexity of the original.\n\nThis is a client library for the [Grafeas API](https://github.com/grafeas/grafeas) in Go, generated by [Swagger Codegen](https://github.com/swagger-api/swagger-codegen).\n\n## Overview\n\n- API version: v1beta1\n- Package version: 0.1.0\n- Build package: io.swagger.codegen.languages.GoClientCodegen\n\n## Installation\n\n```golang\ngo get github.com/ocibuilder/gofeas\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *http://localhost*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*GrafeasV1Beta1Api* | [**BatchCreateNotes**](docs/GrafeasV1Beta1Api.md#batchcreatenotes) | **Post** /v1beta1/{parent\u0026#x3D;projects/*}/notes:batchCreate | Creates new notes in batch.\n*GrafeasV1Beta1Api* | [**BatchCreateOccurrences**](docs/GrafeasV1Beta1Api.md#batchcreateoccurrences) | **Post** /v1beta1/{parent\u0026#x3D;projects/*}/occurrences:batchCreate | Creates new occurrences in batch.\n*GrafeasV1Beta1Api* | [**CreateNote**](docs/GrafeasV1Beta1Api.md#createnote) | **Post** /v1beta1/{parent\u0026#x3D;projects/*}/notes | Creates a new note.\n*GrafeasV1Beta1Api* | [**CreateOccurrence**](docs/GrafeasV1Beta1Api.md#createoccurrence) | **Post** /v1beta1/{parent\u0026#x3D;projects/*}/occurrences | Creates a new occurrence.\n*GrafeasV1Beta1Api* | [**DeleteNote**](docs/GrafeasV1Beta1Api.md#deletenote) | **Delete** /v1beta1/{name\u0026#x3D;projects/*/notes/*} | Deletes the specified note.\n*GrafeasV1Beta1Api* | [**DeleteOccurrence**](docs/GrafeasV1Beta1Api.md#deleteoccurrence) | **Delete** /v1beta1/{name\u0026#x3D;projects/*/occurrences/*} | Deletes the specified occurrence. For example, use this method to delete an occurrence when the occurrence is no longer applicable for the given resource.\n*GrafeasV1Beta1Api* | [**GetNote**](docs/GrafeasV1Beta1Api.md#getnote) | **Get** /v1beta1/{name\u0026#x3D;projects/*/notes/*} | Gets the specified note.\n*GrafeasV1Beta1Api* | [**GetOccurrence**](docs/GrafeasV1Beta1Api.md#getoccurrence) | **Get** /v1beta1/{name\u0026#x3D;projects/*/occurrences/*} | Gets the specified occurrence.\n*GrafeasV1Beta1Api* | [**GetOccurrenceNote**](docs/GrafeasV1Beta1Api.md#getoccurrencenote) | **Get** /v1beta1/{name\u0026#x3D;projects/*/occurrences/*}/notes | Gets the note attached to the specified occurrence. Consumer projects can use this method to get a note that belongs to a provider project.\n*GrafeasV1Beta1Api* | [**GetVulnerabilityOccurrencesSummary**](docs/GrafeasV1Beta1Api.md#getvulnerabilityoccurrencessummary) | **Get** /v1beta1/{parent\u0026#x3D;projects/*}/occurrences:vulnerabilitySummary | Gets a summary of the number and severity of occurrences.\n*GrafeasV1Beta1Api* | [**ListNoteOccurrences**](docs/GrafeasV1Beta1Api.md#listnoteoccurrences) | **Get** /v1beta1/{name\u0026#x3D;projects/*/notes/*}/occurrences | Lists occurrences referencing the specified note. Provider projects can use this method to get all occurrences across consumer projects referencing the specified note.\n*GrafeasV1Beta1Api* | [**ListNotes**](docs/GrafeasV1Beta1Api.md#listnotes) | **Get** /v1beta1/{parent\u0026#x3D;projects/*}/notes | Lists notes for the specified project.\n*GrafeasV1Beta1Api* | [**ListOccurrences**](docs/GrafeasV1Beta1Api.md#listoccurrences) | **Get** /v1beta1/{parent\u0026#x3D;projects/*}/occurrences | Lists occurrences for the specified project.\n*GrafeasV1Beta1Api* | [**UpdateNote**](docs/GrafeasV1Beta1Api.md#updatenote) | **Patch** /v1beta1/{name\u0026#x3D;projects/*/notes/*} | Updates the specified note.\n*GrafeasV1Beta1Api* | [**UpdateOccurrence**](docs/GrafeasV1Beta1Api.md#updateoccurrence) | **Patch** /v1beta1/{name\u0026#x3D;projects/*/occurrences/*} | Updates the specified occurrence.\n\n\n## Documentation For Models\n\n - [AliasContextKind](docs/AliasContextKind.md)\n - [AttestationAttestation](docs/AttestationAttestation.md)\n - [AttestationAuthority](docs/AttestationAuthority.md)\n - [AttestationGenericSignedAttestation](docs/AttestationGenericSignedAttestation.md)\n - [AttestationGenericSignedAttestationContentType](docs/AttestationGenericSignedAttestationContentType.md)\n - [AttestationPgpSignedAttestation](docs/AttestationPgpSignedAttestation.md)\n - [AttestationPgpSignedAttestationContentType](docs/AttestationPgpSignedAttestationContentType.md)\n - [AuthorityHint](docs/AuthorityHint.md)\n - [BuildBuild](docs/BuildBuild.md)\n - [BuildBuildSignature](docs/BuildBuildSignature.md)\n - [BuildSignatureKeyType](docs/BuildSignatureKeyType.md)\n - [CvsSv3AttackComplexity](docs/CvsSv3AttackComplexity.md)\n - [CvsSv3AttackVector](docs/CvsSv3AttackVector.md)\n - [CvsSv3Impact](docs/CvsSv3Impact.md)\n - [CvsSv3PrivilegesRequired](docs/CvsSv3PrivilegesRequired.md)\n - [CvsSv3Scope](docs/CvsSv3Scope.md)\n - [CvsSv3UserInteraction](docs/CvsSv3UserInteraction.md)\n - [DeploymentDeployable](docs/DeploymentDeployable.md)\n - [DeploymentDeployment](docs/DeploymentDeployment.md)\n - [DeploymentPlatform](docs/DeploymentPlatform.md)\n - [DiscoveredAnalysisStatus](docs/DiscoveredAnalysisStatus.md)\n - [DiscoveredContinuousAnalysis](docs/DiscoveredContinuousAnalysis.md)\n - [DiscoveryDiscovered](docs/DiscoveryDiscovered.md)\n - [DiscoveryDiscovery](docs/DiscoveryDiscovery.md)\n - [HashHashType](docs/HashHashType.md)\n - [ImageBasis](docs/ImageBasis.md)\n - [ImageDerived](docs/ImageDerived.md)\n - [ImageFingerprint](docs/ImageFingerprint.md)\n - [ImageLayer](docs/ImageLayer.md)\n - [LayerDirective](docs/LayerDirective.md)\n - [PackageArchitecture](docs/PackageArchitecture.md)\n - [PackageDistribution](docs/PackageDistribution.md)\n - [PackageInstallation](docs/PackageInstallation.md)\n - [PackagePackage](docs/PackagePackage.md)\n - [PackageVersion](docs/PackageVersion.md)\n - [ProtobufAny](docs/ProtobufAny.md)\n - [ProtobufFieldMask](docs/ProtobufFieldMask.md)\n - [ProvenanceArtifact](docs/ProvenanceArtifact.md)\n - [ProvenanceBuildProvenance](docs/ProvenanceBuildProvenance.md)\n - [ProvenanceCommand](docs/ProvenanceCommand.md)\n - [ProvenanceFileHashes](docs/ProvenanceFileHashes.md)\n - [ProvenanceHash](docs/ProvenanceHash.md)\n - [ProvenanceSource](docs/ProvenanceSource.md)\n - [RpcStatus](docs/RpcStatus.md)\n - [SourceAliasContext](docs/SourceAliasContext.md)\n - [SourceCloudRepoSourceContext](docs/SourceCloudRepoSourceContext.md)\n - [SourceGerritSourceContext](docs/SourceGerritSourceContext.md)\n - [SourceGitSourceContext](docs/SourceGitSourceContext.md)\n - [SourceProjectRepoId](docs/SourceProjectRepoId.md)\n - [SourceRepoId](docs/SourceRepoId.md)\n - [SourceSourceContext](docs/SourceSourceContext.md)\n - [V1beta1BatchCreateNotesRequest](docs/V1beta1BatchCreateNotesRequest.md)\n - [V1beta1BatchCreateNotesResponse](docs/V1beta1BatchCreateNotesResponse.md)\n - [V1beta1BatchCreateOccurrencesRequest](docs/V1beta1BatchCreateOccurrencesRequest.md)\n - [V1beta1BatchCreateOccurrencesResponse](docs/V1beta1BatchCreateOccurrencesResponse.md)\n - [V1beta1ListNoteOccurrencesResponse](docs/V1beta1ListNoteOccurrencesResponse.md)\n - [V1beta1ListNotesResponse](docs/V1beta1ListNotesResponse.md)\n - [V1beta1ListOccurrencesResponse](docs/V1beta1ListOccurrencesResponse.md)\n - [V1beta1Note](docs/V1beta1Note.md)\n - [V1beta1NoteKind](docs/V1beta1NoteKind.md)\n - [V1beta1Occurrence](docs/V1beta1Occurrence.md)\n - [V1beta1RelatedUrl](docs/V1beta1RelatedUrl.md)\n - [V1beta1Resource](docs/V1beta1Resource.md)\n - [V1beta1Signature](docs/V1beta1Signature.md)\n - [V1beta1VulnerabilityOccurrencesSummary](docs/V1beta1VulnerabilityOccurrencesSummary.md)\n - [V1beta1attestationDetails](docs/V1beta1attestationDetails.md)\n - [V1beta1buildDetails](docs/V1beta1buildDetails.md)\n - [V1beta1deploymentDetails](docs/V1beta1deploymentDetails.md)\n - [V1beta1discoveryDetails](docs/V1beta1discoveryDetails.md)\n - [V1beta1imageDetails](docs/V1beta1imageDetails.md)\n - [V1beta1packageDetails](docs/V1beta1packageDetails.md)\n - [V1beta1packageLocation](docs/V1beta1packageLocation.md)\n - [V1beta1vulnerabilityDetails](docs/V1beta1vulnerabilityDetails.md)\n - [VersionVersionKind](docs/VersionVersionKind.md)\n - [VulnerabilityCvsSv3](docs/VulnerabilityCvsSv3.md)\n - [VulnerabilityDetail](docs/VulnerabilityDetail.md)\n - [VulnerabilityOccurrencesSummaryFixableTotalByDigest](docs/VulnerabilityOccurrencesSummaryFixableTotalByDigest.md)\n - [VulnerabilityPackageIssue](docs/VulnerabilityPackageIssue.md)\n - [VulnerabilitySeverity](docs/VulnerabilitySeverity.md)\n - [VulnerabilityVulnerability](docs/VulnerabilityVulnerability.md)\n - [VulnerabilityVulnerabilityLocation](docs/VulnerabilityVulnerabilityLocation.md)\n - [VulnerabilityWindowsDetail](docs/VulnerabilityWindowsDetail.md)\n - [WindowsDetailKnowledgeBase](docs/WindowsDetailKnowledgeBase.md)\n\n\n## Documentation For Authorization\n Endpoints do not require authorization.\n\n## Author\nGrafeas authors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focibuilder%2Fgofeas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Focibuilder%2Fgofeas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Focibuilder%2Fgofeas/lists"}