-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc9009e
commit 69491bb
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule api
updated
19 files
+1 −1 | VERSION | |
+22 −5 | imbi/clients/aws.py | |
+45 −0 | imbi/common.py | |
+8 −5 | imbi/endpoints/__init__.py | |
+55 −0 | imbi/endpoints/aws_roles.py | |
+15 −4 | imbi/endpoints/base.py | |
+4 −48 | imbi/endpoints/integrations/notifications/processing.py | |
+8 −0 | imbi/endpoints/project_sbom/__init__.py | |
+27 −0 | imbi/endpoints/project_sbom/graph.py | |
+197 −0 | imbi/endpoints/project_sbom/handlers.py | |
+68 −0 | imbi/endpoints/project_sbom/models.py | |
+14 −0 | imbi/endpoints/ssm/__init__.py | |
+278 −164 | imbi/endpoints/ssm/handlers.py | |
+118 −0 | imbi/endpoints/ssm/models.py | |
+2 −1 | imbi/errors.py | |
+41 −7 | imbi/models.py | |
+45 −22 | imbi/opensearch/project.py | |
+542 −72 | imbi/templates/openapi.yaml | |
+2 −2 | tests/endpoints/test_notification_processing.py |
Submodule openapi
updated
10 files
+2 −1 | package.json | |
+18 −0 | src/components/examples.yaml | |
+41 −0 | src/components/responses.yaml | |
+120 −0 | src/endpoints/aws_role.yaml | |
+39 −8 | src/endpoints/project_configuration_ssm.yaml | |
+150 −0 | src/endpoints/project_sbom.yaml | |
+6 −0 | src/main.yaml | |
+51 −0 | src/schemas/aws_role.yaml | |
+27 −31 | src/schemas/project_configuration_ssm.yaml | |
+0 −2 | src/schemas/project_link.yaml |
Submodule ui
updated
28 files