Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions queries/all_github_container_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ ID: all_github_container_package
Title: Find all Container Packages to be utilized in tasks
Description: Find all Container Packages in GitHub for tasks
IntegrationType:
- github_organization
- github_account
Query:
Engine: CloudQL-v0.0.1
KeyTablesAndColumns: [ github_container_package: name ]
Parameters:
- Key: github_package
Required: true
Expand All @@ -27,4 +26,4 @@ Query:
OR name = ANY(STRING_TO_ARRAY('{{.github_package}}', ','))
)
LIMIT {{.limit_of_packages}};
Tags: []
Tags: {}