Skip to content

Commit

Permalink
feat(content): Add Trivy RPM repos for EL7 and EL9 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Apr 1, 2024
1 parent 2278c11 commit 01d60f6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/content/tasks/content_views.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
product: PostgreSQL 15 EL7
- name: PostgreSQL 15 for EL7
product: PostgreSQL 15 EL7
- name: Trivy for EL7 (x84_64)
product: Trivy
- name: AlmaLinux 9 Base x86_64
repositories:
- name: AlmaLinux 9 BaseOS x86_64
Expand Down Expand Up @@ -85,6 +87,8 @@
product: Zabbix 6.4 EL9
- name: Zabbix Official Repository (non-supported) - EL9 - x86_64
product: Zabbix 6.4 EL9
- name: Trivy for EL9 (x84_64)
product: Trivy
# Next are all non os, but enterprise linux specific content views.
# These will often be filtered to only contain packages we want in
# our downstream composite views.
Expand Down
15 changes: 15 additions & 0 deletions roles/content/tasks/products.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,3 +448,18 @@
url: https://download.postgresql.org/pub/repos/yum/15/redhat/rhel-7-x86_64
download_policy: on_demand
auto_enabled: false
- name: Trivy
label: trivy
repositories:
- name: Trivy for EL7 (x84_64)
label: trivy_el7_x86_64
content_type: yum
url: https://aquasecurity.github.io/trivy-repo/rpm/releases/7/x86_64
download_policy: on_demand
auto_enabled: false
- name: Trivy for EL9 (x84_64)
label: trivy_el9_x86_64
content_type: yum
url: https://aquasecurity.github.io/trivy-repo/rpm/releases/8/x86_64
download_policy: on_demand
auto_enabled: false
1 change: 1 addition & 0 deletions roles/content/tasks/sync_plans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@
- Nux Dextop EL7
- RaBe Audio EL7
- PostgreSQL 15 EL7
- Trivy

0 comments on commit 01d60f6

Please sign in to comment.