Skip to content

Instantly share code, notes, and snippets.

@szamuboy
Created April 6, 2023 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szamuboy/0bd969c48e7f4bb3395d1e7a84d1fa1f to your computer and use it in GitHub Desktop.
Save szamuboy/0bd969c48e7f4bb3395d1e7a84d1fa1f to your computer and use it in GitHub Desktop.

Harbor Audit events

Based on https://github.com/goharbor/harbor/blob/main/src/controller/event/topic.go

  • TopicCreateProject
  • TopicDeleteProject
  • TopicPushArtifact
  • TopicPullArtifact
  • TopicDeleteArtifact
  • TopicDeleteRepository
  • TopicCreateTag
  • TopicDeleteTag
  • Topicscanningfailed
  • TopicScanningStopped
  • Topicscanningcompleted
  • TopicQuotaWarning
  • TopicQuotaExceed
  • TopicReplication
  • TopicArtifactLabeled
  • TopicTagRetention
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment