more audit work

This commit is contained in:
master
2026-01-08 10:21:51 +02:00
parent 43c02081ef
commit 51cf4bc16c
546 changed files with 36721 additions and 4003 deletions

View File

@@ -1,4 +1,4 @@
{
{
"id": "acr-event-001",
"timestamp": "2024-12-29T12:00:00.0000000Z",
"action": "push",
@@ -6,12 +6,12 @@
"mediaType": "application/vnd.docker.distribution.manifest.v2+json",
"size": 3028,
"digest": "sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4",
"repository": "library/myapp",
"tag": "v1.0.0"
"repository": "stellaops/api-gateway",
"tag": "1.0.0"
},
"request": {
"id": "req-001",
"host": "myregistry.azurecr.io",
"host": "stellaops.azurecr.io",
"method": "PUT"
}
}

View File

@@ -1,17 +1,17 @@
{
{
"push_data": {
"pushed_at": 1703854800,
"images": [],
"tag": "v1.0.0",
"tag": "v2.0.0",
"pusher": "stellaops"
},
"callback_url": "https://registry.hub.docker.com/u/stellaops/myapp/hook/callback",
"callback_url": "https://registry.hub.docker.com/u/stellaops/scanner/hook/callback",
"repository": {
"status": "Active",
"description": "StellaOps application image",
"is_trusted": true,
"repo_name": "stellaops/myapp",
"name": "myapp",
"repo_name": "stellaops/scanner",
"name": "scanner",
"namespace": "stellaops"
}
}

View File

@@ -1,4 +1,4 @@
{
{
"version": "0",
"id": "ecr-event-001",
"detail-type": "ECR Image Action",
@@ -9,8 +9,8 @@
"detail": {
"action-type": "PUSH",
"result": "SUCCESS",
"repository-name": "library/myapp",
"repository-name": "stellaops/scanner",
"image-digest": "sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4",
"image-tag": "v1.0.0"
"image-tag": "v3.1.0"
}
}

View File

@@ -1,25 +1,25 @@
{
{
"action": "published",
"package": {
"id": 12345,
"name": "myapp",
"name": "stellaops-cli",
"namespace": "stellaops",
"ecosystem": "container",
"package_type": "container",
"package_version": {
"id": 67890,
"version": "v1.0.0",
"version": "v4.0.0",
"container_metadata": {
"tag": {
"digest": "sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4",
"name": "v1.0.0"
"name": "v4.0.0"
}
}
}
},
"repository": {
"id": 111222,
"name": "myapp",
"full_name": "stellaops/myapp"
"name": "stellaops-cli",
"full_name": "stellaops/stellaops-cli"
}
}

View File

@@ -1,4 +1,4 @@
{
{
"type": "PUSH_ARTIFACT",
"occur_at": 1703854800,
"operator": "admin",
@@ -6,15 +6,15 @@
"resources": [
{
"digest": "sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4",
"tag": "v1.0.0",
"resource_url": "harbor.example.com/library/myapp:v1.0.0"
"tag": "v1.2.3",
"resource_url": "harbor.example.com/library/nginx:v1.2.3"
}
],
"repository": {
"date_created": 1703850000,
"name": "myapp",
"name": "nginx",
"namespace": "library",
"repo_full_name": "library/myapp",
"repo_full_name": "library/nginx",
"repo_type": "public"
}
}

View File

@@ -1,41 +1,41 @@
{
{
"secret": "",
"ref": "refs/heads/main",
"before": "0000000000000000000000000000000000000000",
"after": "a3ed95caeb02ffe68cdd9fd84406680ae93d633c",
"compare_url": "https://gitea.example.com/stellaops/myapp/compare/main...feature",
"after": "abc123def456789012345678901234567890abcd",
"compare_url": "https://gitea.example.com/stellaops-org/stellaops/compare/main...feature",
"commits": [
{
"id": "a3ed95caeb02ffe68cdd9fd84406680ae93d633c",
"message": "feat: add new feature",
"id": "abc123def456789012345678901234567890abcd",
"message": "feat: add Python wheel analyzer",
"timestamp": "2024-12-29T12:00:00Z",
"author": {
"name": "StellaOps",
"email": "dev@stellaops.org",
"username": "stellaops"
"name": "Developer",
"email": "developer@stellaops.org",
"username": "developer"
}
}
],
"repository": {
"id": 123456789,
"name": "myapp",
"full_name": "stellaops/myapp",
"name": "stellaops",
"full_name": "stellaops-org/stellaops",
"default_branch": "main",
"html_url": "https://gitea.example.com/stellaops/myapp",
"html_url": "https://gitea.example.com/stellaops-org/stellaops",
"owner": {
"id": 123456,
"login": "stellaops",
"login": "stellaops-org",
"email": "org@stellaops.org"
}
},
"pusher": {
"id": 123456,
"login": "stellaops",
"email": "dev@stellaops.org"
"login": "developer",
"email": "developer@stellaops.org"
},
"sender": {
"id": 123456,
"login": "stellaops",
"email": "dev@stellaops.org"
"login": "developer",
"email": "developer@stellaops.org"
}
}

View File

@@ -1,34 +1,34 @@
{
{
"action": "opened",
"number": 42,
"pull_request": {
"id": 1234567,
"number": 42,
"state": "open",
"title": "feat: add new feature",
"title": "feat: add Python wheel analyzer",
"user": {
"login": "stellaops",
"id": 123456,
"login": "developer",
"id": 987654,
"type": "User"
},
"head": {
"sha": "a3ed95caeb02ffe68cdd9fd84406680ae93d633c",
"ref": "feature-branch"
"sha": "abc123def456789012345678901234567890abcd",
"ref": "feature/python-wheel"
},
"base": {
"sha": "b4fe06dafc13gge79dee0ge95517791bf04e744d",
"sha": "def456789012345678901234567890abc123def4",
"ref": "main"
}
},
"repository": {
"id": 123456789,
"name": "myapp",
"full_name": "stellaops/myapp",
"name": "stellaops",
"full_name": "stellaops-org/stellaops",
"default_branch": "main"
},
"sender": {
"login": "stellaops",
"id": 123456,
"login": "developer",
"id": 987654,
"type": "User"
}
}

View File

@@ -1,30 +1,30 @@
{
{
"ref": "refs/heads/main",
"before": "0000000000000000000000000000000000000000",
"after": "a3ed95caeb02ffe68cdd9fd84406680ae93d633c",
"after": "abc123def456789012345678901234567890abcd",
"repository": {
"id": 123456789,
"name": "myapp",
"full_name": "stellaops/myapp",
"name": "stellaops",
"full_name": "stellaops-org/stellaops",
"default_branch": "main",
"html_url": "https://github.com/stellaops/myapp"
"html_url": "https://github.com/stellaops-org/stellaops"
},
"pusher": {
"name": "stellaops",
"email": "ci@stellaops.org"
"name": "developer",
"email": "developer@stellaops.org"
},
"sender": {
"login": "stellaops",
"login": "developer",
"id": 123456,
"type": "User"
},
"head_commit": {
"id": "a3ed95caeb02ffe68cdd9fd84406680ae93d633c",
"message": "feat: add new feature",
"id": "abc123def456789012345678901234567890abcd",
"message": "feat: add Python wheel analyzer",
"timestamp": "2024-12-29T12:00:00Z",
"author": {
"name": "StellaOps",
"email": "dev@stellaops.org"
"name": "Developer",
"email": "developer@stellaops.org"
}
}
}

View File

@@ -1,13 +1,13 @@
{
{
"action": "completed",
"workflow_run": {
"id": 1234567890,
"name": "CI",
"name": "StellaOps CI",
"node_id": "WFR_kwDOGPQW8c8AAAAB",
"head_branch": "main",
"head_sha": "a3ed95caeb02ffe68cdd9fd84406680ae93d633c",
"head_sha": "abc123def456789012345678901234567890abcd",
"path": ".github/workflows/ci.yml",
"run_number": 42,
"run_number": 123,
"event": "push",
"status": "completed",
"conclusion": "success",
@@ -27,13 +27,13 @@
},
"workflow": {
"id": 12345,
"name": "CI",
"name": "StellaOps CI",
"path": ".github/workflows/ci.yml"
},
"repository": {
"id": 123456789,
"name": "myapp",
"full_name": "stellaops/myapp",
"name": "stellaops",
"full_name": "stellaops-org/stellaops",
"default_branch": "main"
},
"sender": {

View File

@@ -1,33 +1,33 @@
{
{
"object_kind": "push",
"event_name": "push",
"before": "0000000000000000000000000000000000000000",
"after": "a3ed95caeb02ffe68cdd9fd84406680ae93d633c",
"after": "abc123def456789012345678901234567890abcd",
"ref": "refs/heads/main",
"checkout_sha": "a3ed95caeb02ffe68cdd9fd84406680ae93d633c",
"checkout_sha": "abc123def456789012345678901234567890abcd",
"user_id": 123456,
"user_name": "StellaOps",
"user_username": "stellaops",
"user_email": "dev@stellaops.org",
"user_name": "Developer",
"user_username": "developer",
"user_email": "developer@stellaops.org",
"project": {
"id": 123456789,
"name": "myapp",
"path_with_namespace": "stellaops/myapp",
"name": "stellaops",
"path_with_namespace": "stellaops-org/stellaops",
"default_branch": "main",
"web_url": "https://gitlab.com/stellaops/myapp"
"web_url": "https://gitlab.com/stellaops-org/stellaops"
},
"repository": {
"name": "myapp",
"url": "git@gitlab.com:stellaops/myapp.git"
"name": "stellaops",
"url": "git@gitlab.com:stellaops-org/stellaops.git"
},
"commits": [
{
"id": "a3ed95caeb02ffe68cdd9fd84406680ae93d633c",
"message": "feat: add new feature",
"id": "abc123def456789012345678901234567890abcd",
"message": "feat: add Python wheel analyzer",
"timestamp": "2024-12-29T12:00:00Z",
"author": {
"name": "StellaOps",
"email": "dev@stellaops.org"
"name": "Developer",
"email": "developer@stellaops.org"
}
}
]