-
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(turbot/tailpipe): scaffold turbot/tailpipe (#31560)
- Loading branch information
1 parent
c306c5e
commit d27b67b
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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,2 @@ | ||
packages: | ||
- name: turbot/[email protected] |
This file contains 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,18 @@ | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json | ||
packages: | ||
- type: github_release | ||
repo_owner: turbot | ||
repo_name: tailpipe | ||
description: select * from logs! Tailpipe is an open source SIEM for instant log insights, powered by DuckDB. Analyze millions of events in seconds, right from your terminal | ||
version_constraint: "false" | ||
version_overrides: | ||
- version_constraint: "true" | ||
asset: tailpipe.{{.OS}}.{{.Arch}}.{{.Format}} | ||
format: tar.gz | ||
checksum: | ||
type: github_release | ||
asset: checksums.txt | ||
algorithm: sha256 | ||
supported_envs: | ||
- linux | ||
- darwin |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.