-
Notifications
You must be signed in to change notification settings - Fork 17
[C33 - INT-756] Add docker repository to events v4 endpoint #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
aaparent
merged 9 commits into
Flared:main
from
mataai:matei/int-756-create-schema-for-docker_repository
Jul 21, 2026
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
89b2cac
Create docker repository schema
mataai 8e5e1c1
Add docker repository to docs
mataai 3a45b01
fix openapi v4 spec
mataai d3907d2
Update openapi spect
mataai c96d8a6
move docker image to it's own branch
mataai 6c3b869
remove stuff that shouldn't be in this PR
mataai 53c500e
fix error in label
mataai 1adf91b
update docker repository description
mataai c3037bc
fix broken link
mataai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| --- | ||
| title: "Docker Repository" | ||
| --- | ||
|
|
||
| import DockerRepositoryExample from '/snippets/event_model_examples/docker_repository.mdx' | ||
|
|
||
| The `docker_repository` type represents a Docker repository description that has been recently created or updated. Repository descriptions are scanned for identifiers and secrets. | ||
|
|
||
| <DockerRepositoryExample /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| {/* | ||
| If you are in pyro: | ||
| - If this file changes, you should also modify the API docs. | ||
| - https://github.com/flared/docs-api/ | ||
| If you are in mintlify: | ||
| - Don't edit this directly, edit the generator in pyro. | ||
| - pyro/pyro/mintlify/test_firework_event_models.py | ||
| */} | ||
|
|
||
| ```json Docker Repository | ||
| { | ||
| "event_type": "docker_repository", | ||
| "data": { | ||
| "url": "https://hub.docker.com/r/flared/docker", | ||
| "star_count": 5, | ||
| "pull_count": 10000, | ||
| "collaborator_count": 2, | ||
| "last_updated_at": "2026-01-01T00:00:00", | ||
| "last_modified_at": "2025-01-01T00:00:00", | ||
| "registered_at": "2024-01-01T00:00:00" | ||
| }, | ||
| "metadata": { | ||
| "estimated_created_at": "2025-01-01T00:00:00", | ||
| "flare_url": "https://app.flare.io/#/uid", | ||
| "matched_at": null, | ||
| "severity": "info", | ||
| "uid": "index/source/id" | ||
| } | ||
| } | ||
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.