diff --git a/queries/all_github_container_package.yaml b/queries/all_github_container_package.yaml index 5e24cb9f9..3ce8a0c1c 100644 --- a/queries/all_github_container_package.yaml +++ b/queries/all_github_container_package.yaml @@ -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 @@ -27,4 +26,4 @@ Query: OR name = ANY(STRING_TO_ARRAY('{{.github_package}}', ',')) ) LIMIT {{.limit_of_packages}}; -Tags: [] +Tags: {}