Skip to content

Commit 44ce618

Browse files
Arta AsadiArta Asadi
authored andcommitted
fix: add cache enabled tag
1 parent 5ba0c9f commit 44ce618

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

queries/all_github_container_package.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ query: |
1515
tags:
1616
platform_queries_bookmark:
1717
- 'true'
18+
cache_enabled:
19+
- 'true'

queries/all_vulnerabilities_fixes.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ query: |
4141
LEFT JOIN osv_vulnerability_details ovd ON v_list.vuln_id = ovd.id;
4242
tags:
4343
platform_queries_bookmark:
44+
- 'true'
45+
cache_enabled:
4446
- 'true'

queries/list_all_packages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ query: |
1212
tags:
1313
platform_queries_bookmark:
1414
- 'true'
15+
cache_enabled:
16+
- 'true'

queries/list_all_packages_vulnerabilities.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ query: |
2828
WHERE v.vulnerabilities is not null and v.vulnerabilities <> '[]';
2929
tags:
3030
platform_queries_bookmark:
31+
- 'true'
32+
cache_enabled:
3133
- 'true'

queries/list_all_unique_packages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ query: |
1414
tags:
1515
platform_queries_bookmark:
1616
- 'true'
17+
cache_enabled:
18+
- 'true'

0 commit comments

Comments
 (0)