Skip to content
Open
Show file tree
Hide file tree
Changes from 8 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
8 changes: 4 additions & 4 deletions .github/workflows/update-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ on:
workflow_dispatch:
inputs:
products:
description: 'Comma-separated list of products to sync (default: rhel8,rhel9,rhel10)'
description: 'Comma-separated list of products to sync (default: rhel8,rhel9,rhel10,fedora)'
required: false
default: 'rhel8,rhel9,rhel10'
default: 'rhel8,rhel9,rhel10,fedora'

jobs:
update-policies:
Expand All @@ -56,7 +56,7 @@ jobs:
python3-setuptools

- name: Checkout ComplianceAsCode/content
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
path: content

Expand All @@ -73,7 +73,7 @@ jobs:
[ -n "${{ inputs.products }}" ]; then
PRODUCTS="${{ inputs.products }}"
else
PRODUCTS="rhel8,rhel9,rhel10"
PRODUCTS="rhel8,rhel9,rhel10,fedora"
fi
echo "products=${PRODUCTS}" >> "$GITHUB_OUTPUT"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ options:
yescrypt: yescrypt
cis_rhel8: yescrypt|sha512
cis_rhel10: yescrypt|sha512
cis_fedora: yescrypt|sha512
cis_debian13: yescrypt|sha512

15 changes: 15 additions & 0 deletions products/fedora/controls/nist_800_53.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
policy: NIST 800-53 Revision 5 (Fedora)
title: NIST Special Publication 800-53 Revision 5 for Fedora
id: nist_800_53
version: Revision 5
source: https://csrc.nist.gov/publications/detail/sp/800-53/rev-5/final
product: fedora
controls_dir: nist_800_53
levels:
- id: low
- id: moderate
inherits_from:
- low
- id: high
inherits_from:
- moderate
Loading
Loading