Skip to content

Commit 71d6cec

Browse files
authored
Merge pull request #25 from opengovern/fix-task-query
fix: fix all_github_container_package query
2 parents d85a6b3 + b9319db commit 71d6cec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

queries/all_github_container_package.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ ID: all_github_container_package
22
Title: Find all Container Packages to be utilized in tasks
33
Description: Find all Container Packages in GitHub for tasks
44
IntegrationType:
5-
- github_organization
5+
- github_account
66
Query:
77
Engine: CloudQL-v0.0.1
8-
KeyTablesAndColumns: [ github_container_package: name ]
98
Parameters:
109
- Key: github_package
1110
Required: true
@@ -27,4 +26,4 @@ Query:
2726
OR name = ANY(STRING_TO_ARRAY('{{.github_package}}', ','))
2827
)
2928
LIMIT {{.limit_of_packages}};
30-
Tags: []
29+
Tags: {}

0 commit comments

Comments
 (0)