Skip to content

Commit

Permalink
Manually add some ubi repo ids to the allowed list
Browse files Browse the repository at this point in the history
There might be a better source for these, but in the short term
let's add them manually.

See also the discussion in Jira.

Ref: https://issues.redhat.com/browse/EC-904
  • Loading branch information
simonbaird committed Oct 2, 2024
1 parent 0b4e2f4 commit 3919e82
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions data/known_rpm_repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9694,4 +9694,12 @@ rule_data:
- "suse-15.1-server-satellite-tools-6.7-debug-rpms"
- "suse-15.1-server-satellite-tools-6.7-rpms"
- "suse-15.1-server-satellite-tools-6.7-source-rpms"
- "ubi-8-appstream-rpms"
- "ubi-8-appstream-source"
- "ubi-8-baseos-rpms"
- "ubi-8-baseos-source"
- "ubi-9-appstream-rpms"
- "ubi-9-appstream-source"
- "ubi-9-baseos-rpms"
- "ubi-9-baseos-source"
- "web-terminal-textonly-1-for-middleware-rpms"
8 changes: 8 additions & 0 deletions hack/update-known-rpm-repositories.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ BASE_URL='https://access.redhat.com/security/data/meta/v1/repository-to-cpe.json
# ]'
# Having a comma on the last item is not necessarily valid JSON, but yq handles it well.
export EXTRAS='[
"ubi-8-appstream-rpms",
"ubi-8-appstream-source",
"ubi-8-baseos-rpms",
"ubi-8-baseos-source",
"ubi-9-appstream-rpms",
"ubi-9-appstream-source",
"ubi-9-baseos-rpms",
"ubi-9-baseos-source",
]'

export COMMENT='
Expand Down

0 comments on commit 3919e82

Please sign in to comment.