Skip to content

Commit 0f3afa5

Browse files
authored
Merge pull request #85 from anchore/asomya/latest
feat: updating to latest enterprise
2 parents 5252438 + 92b98dc commit 0f3afa5

File tree

426 files changed

+21845
-1015
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

426 files changed

+21845
-1015
lines changed

pkg/anchore-api-swagger-main.yaml

Lines changed: 5257 additions & 262 deletions
Large diffs are not rendered by default.

pkg/enterprise/.openapi-generator/FILES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ api_archives.go
1010
api_artifact_lifecycle.go
1111
api_catalog.go
1212
api_corrections.go
13+
api_default.go
1314
api_events.go
1415
api_identity.go
1516
api_images.go
@@ -113,6 +114,7 @@ docs/CorrectionFieldMatch.md
113114
docs/CorrectionMatch.md
114115
docs/CorrectionsAPI.md
115116
docs/CustomJsonPatch.md
117+
docs/DefaultAPI.md
116118
docs/DeleteImageResponse.md
117119
docs/DeploymentHistory.md
118120
docs/DeploymentHistoryList.md
@@ -284,6 +286,7 @@ docs/NvdDataObject.md
284286
docs/OnetimeAPI.md
285287
docs/Package.md
286288
docs/PackageContent.md
289+
docs/PackageEPSS.md
287290
docs/PackageReference.md
288291
docs/PackageVulnerability.md
289292
docs/PaginatedImageList.md
@@ -669,6 +672,7 @@ model_null_type.go
669672
model_nvd_data_object.go
670673
model_package.go
671674
model_package_content.go
675+
model_package_epss.go
672676
model_package_reference.go
673677
model_package_vulnerability.go
674678
model_paginated_image_list.go
@@ -810,6 +814,7 @@ test/api_archives_test.go
810814
test/api_artifact_lifecycle_test.go
811815
test/api_catalog_test.go
812816
test/api_corrections_test.go
817+
test/api_default_test.go
813818
test/api_events_test.go
814819
test/api_identity_test.go
815820
test/api_images_test.go

pkg/enterprise/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is the Anchore API. Provides the external API for users of Anchore Enterpri
55
## Overview
66
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
77

8-
- API version: 2.12.0
8+
- API version: 2.12.1
99
- Package version: 5.0.0
1010
- Generator version: 7.8.0
1111
- Build package: org.openapitools.codegen.languages.GoClientCodegen
@@ -120,6 +120,7 @@ Class | Method | HTTP request | Description
120120
*CorrectionsAPI* | [**GetCorrectionByUuid**](docs/CorrectionsAPI.md#getcorrectionbyuuid) | **Get** /corrections/{uuid} | Retrieve a correction by UUID
121121
*CorrectionsAPI* | [**GetCorrections**](docs/CorrectionsAPI.md#getcorrections) | **Get** /corrections | Retrieve a list of corrections
122122
*CorrectionsAPI* | [**UpdateCorrectionByUuid**](docs/CorrectionsAPI.md#updatecorrectionbyuuid) | **Put** /corrections/{uuid} | Update a correction by UUID
123+
*DefaultAPI* | [**ImportImageSbom**](docs/DefaultAPI.md#importimagesbom) | **Post** /imports/images/{operation_id}/sbom | Import an AnchoreCTL generated SBOM document into the system
123124
*EventsAPI* | [**DeleteEvent**](docs/EventsAPI.md#deleteevent) | **Delete** /events/{event_id} | Delete Event
124125
*EventsAPI* | [**DeleteEvents**](docs/EventsAPI.md#deleteevents) | **Delete** /events | Delete Events
125126
*EventsAPI* | [**GetEvent**](docs/EventsAPI.md#getevent) | **Get** /events/{event_id} | Get Event
@@ -385,7 +386,7 @@ Class | Method | HTTP request | Description
385386
*UserManagementAPI* | [**CreateUserCredential**](docs/UserManagementAPI.md#createusercredential) | **Post** /accounts/{account_name}/users/{username}/credentials | add/replace credential
386387
*UserManagementAPI* | [**CreateUserGroup**](docs/UserManagementAPI.md#createusergroup) | **Post** /system/user-groups | Create a new user group
387388
*UserManagementAPI* | [**DeleteAccount**](docs/UserManagementAPI.md#deleteaccount) | **Delete** /accounts/{account_name} | Delete the specified account, only allowed if the account is in the disabled state. All users will be deleted along with the account and all resources will be garbage collected. The deleted account name will not be available for reuse immediately until all resources are garbage collected async.
388-
*UserManagementAPI* | [**DeleteUser**](docs/UserManagementAPI.md#deleteuser) | **Delete** /accounts/{account_name}/users/{username} | Delete a specific user credential by username of the credential. Cannot be the credential used to authenticate the request.
389+
*UserManagementAPI* | [**DeleteUser**](docs/UserManagementAPI.md#deleteuser) | **Delete** /accounts/{account_name}/users/{username} | Delete a specific user by username.
389390
*UserManagementAPI* | [**DeleteUserApiKey**](docs/UserManagementAPI.md#deleteuserapikey) | **Delete** /accounts/{account_name}/users/{username}/api-keys/{key_name} | Delete a user API key
390391
*UserManagementAPI* | [**DeleteUserCredential**](docs/UserManagementAPI.md#deleteusercredential) | **Delete** /accounts/{account_name}/users/{username}/credentials | Delete a credential by type
391392
*UserManagementAPI* | [**DeleteUserGroup**](docs/UserManagementAPI.md#deleteusergroup) | **Delete** /system/user-groups/{group_uuid} | Delete a user group
@@ -650,6 +651,7 @@ Class | Method | HTTP request | Description
650651
- [NvdDataObject](docs/NvdDataObject.md)
651652
- [Package](docs/Package.md)
652653
- [PackageContent](docs/PackageContent.md)
654+
- [PackageEPSS](docs/PackageEPSS.md)
653655
- [PackageReference](docs/PackageReference.md)
654656
- [PackageVulnerability](docs/PackageVulnerability.md)
655657
- [PaginatedImageList](docs/PaginatedImageList.md)

0 commit comments

Comments
 (0)