We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed26e8 commit 2af8216Copy full SHA for 2af8216
queries/all_github_container_package.yaml
@@ -1,7 +1,7 @@
1
id: all_github_container_package
2
type: query
3
-title: Find all Container Packages to be utilized in tasks
4
-description: Find all Container Packages in GitHub for tasks
+title: Container Packages in GitHub
+description: Find all Container Packages in GitHub
5
integration_type:
6
- github_account
7
query: |
@@ -12,4 +12,6 @@ query: |
12
platform_integration_id
13
FROM
14
github_container_package;
15
-tags: {}
+tags:
16
+ platform_queries_bookmark:
17
+ - 'true'
0 commit comments