Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: pip install -r requirements-base.txt -r test-requirements.txt
- name: Build
run: |-
./build_product al2023 alinux2 alinux3 anolis23 anolis8 chromium fedora firefox ocp4 rhcos4 rhel8 rhel9 rhel10
./build_product al2023 alinux2 alinux3 anolis23 anolis8 fedora firefox ocp4 rhcos4 rhel8 rhel9 rhel10
env:
ADDITIONAL_CMAKE_OPTIONS: "-DSSG_OVAL_SCHEMATRON_VALIDATION_ENABLED=OFF"
- name: Test
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/gate_fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
almalinux9 \
anolis23 \
anolis8 \
chromium \
eks \
example \
fedora \
Expand Down
1 change: 0 additions & 1 deletion .gitpod.launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"description": "Select Product Name",
"type": "pickString",
"options": [
"chromium",
"debian11", "debian12",
"eap6",
"fedora",
Expand Down
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ option(SSG_PRODUCT_ALINUX3 "If enabled, the Alibaba Cloud Linux 3 SCAP content w
option(SSG_PRODUCT_ALMALINUX9 "If enabled, the AlmaLinux OS 9 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_ANOLIS8 "If enabled, the Anolis OS 8 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_ANOLIS23 "If enabled, the Anolis OS 23 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_CHROMIUM "If enabled, the Chromium SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_DEBIAN11 "If enabled, the Debian 11 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_DEBIAN12 "If enabled, the Debian 12 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
option(SSG_PRODUCT_DEBIAN13 "If enabled, the Debian 13 SCAP content will be built" ${SSG_PRODUCT_DEFAULT})
Expand Down Expand Up @@ -328,7 +327,6 @@ message(STATUS "Alibaba Cloud Linux 3: ${SSG_PRODUCT_ALINUX3}")
message(STATUS "AlmaLinux OS 9: ${SSG_PRODUCT_ALMALINUX9}")
message(STATUS "Anolis OS 8: ${SSG_PRODUCT_ANOLIS8}")
message(STATUS "Anolis OS 23: ${SSG_PRODUCT_ANOLIS23}")
message(STATUS "Chromium: ${SSG_PRODUCT_CHROMIUM}")
message(STATUS "Debian 11: ${SSG_PRODUCT_DEBIAN11}")
message(STATUS "Debian 12: ${SSG_PRODUCT_DEBIAN12}")
message(STATUS "Debian 13: ${SSG_PRODUCT_DEBIAN13}")
Expand Down Expand Up @@ -400,10 +398,6 @@ endif()
if(SSG_PRODUCT_ANOLIS23)
add_subdirectory("products/anolis23" "anolis23")
endif()
if(SSG_PRODUCT_CHROMIUM)
add_subdirectory("products/chromium" "chromium")
endif()

if(SSG_PRODUCT_DEBIAN11)
add_subdirectory("products/debian11" "debian11")
endif()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

The purpose of this project is to create *security policy content* for various
platforms — *Red Hat Enterprise Linux*, *Fedora*, *Ubuntu*, *Debian*, *SUSE Linux Enterprise Server (SLES)*,... —
as well as products — *Firefox*, *Chromium*, ...
as well as products — *Firefox*,...
We aim to make it as easy as possible to write new and maintain existing
security content in all the commonly used formats.

Expand Down
1 change: 0 additions & 1 deletion build_product
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ all_cmake_products=(
ALMALINUX9
ANOLIS23
ANOLIS8
CHROMIUM
DEBIAN11
DEBIAN12
DEBIAN13
Expand Down
9 changes: 1 addition & 8 deletions docs/manual/developer/03_creating_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ multiple benchmarks in our project:
<td><p>Firefox</p></td>
<td><p><code>/products/firefox/guide</code></p></td>
</tr>
<tr class="odd">
<td><p>Chromium</p></td>
<td><p><code>/products/chromium/guide</code></p></td>
</tr>
</tbody>
</table>

Expand Down Expand Up @@ -353,7 +349,6 @@ endif()
<pre>
...
all_cmake_products=(
CHROMIUM
DEBIAN11
<b>CUSTOM6</b>
EAP6
Expand All @@ -366,14 +361,13 @@ all_cmake_products=(
product_directories = ['debian11', 'fedora', 'ol7', 'ol8', 'opensuse',
'rhel8', 'rhel9', 'sle12',
'ubuntu2404', 'rhosp13',
'chromium', 'eap6', 'firefox',
'eap6', 'firefox',
'example'<b>, 'custom6'</b>]
...
</pre>
<pre>
...
FULL_NAME_TO_PRODUCT_MAPPING = {
"Chromium": "chromium",
"Debian 11": "debian11",
"Custom 6": "custom6",
"JBoss EAP 6": "eap6",
Expand All @@ -400,7 +394,6 @@ MULTI_PLATFORM_MAPPING = {
<pre>
...
MAKEFILE_ID_TO_PRODUCT_MAP = {
'chromium': 'Google Chromium Browser',
'fedora': 'Fedora',
'firefox': 'Mozilla Firefox',
'rhosp': 'Red Hat OpenStack Platform',
Expand Down
1 change: 1 addition & 0 deletions docs/manual/user/30_content_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Below is list of products that have been removed from the project.
| Product | EOL Date | Last Release |
|----------------------------------------------|--------------------|------------------------------------------------------------------------------------|
| Apple macOS 10.15 | - | [content 0.1.76](https://github.com/ComplianceAsCode/content/releases/tag/v0.1.76) |
| Google Chromium | - | [content 0.1.78](https://github.com/ComplianceAsCode/content/releases/tag/v0.1.78) |
| Debian 8 | June 30, 2020 | [content 0.1.52](https://github.com/ComplianceAsCode/content/releases/tag/v0.1.52) |
| Debian 9 | June 30, 2022 | [content 0.1.65](https://github.com/ComplianceAsCode/content/releases/tag/v0.1.65) |
| Debian 10 | June 30, 2024 | [content 0.1.73](https://github.com/ComplianceAsCode/content/releases/tag/v0.1.73) |
Expand Down
6 changes: 0 additions & 6 deletions products/chromium/CMakeLists.txt

This file was deleted.

53 changes: 0 additions & 53 deletions products/chromium/guide/benchmark.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading