Skip to content

Commit 85e6987

Browse files
committed
Update CI and docs for SRG GPOS V3R2
1 parent 6476cbc commit 85e6987

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/srg-mapping-table.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ jobs:
4545
env:
4646
PYTHONPATH: ${{ github.workspace }}
4747
- name: Generate XLSX for RHEL9
48-
run: python3 utils/create_srg_export.py -c controls/srg_gpos.yml -p rhel9 -m shared/references/disa-os-srg-v3r1.xml --out-format xlsx --output $PAGES_DIR/srg-mapping-rhel9.xlsx
48+
run: python3 utils/create_srg_export.py -c controls/srg_gpos.yml -p rhel9 -m shared/references/disa-os-srg-v3r2.xml --out-format xlsx --output $PAGES_DIR/srg-mapping-rhel9.xlsx
4949
env:
5050
PYTHONPATH: ${{ github.workspace }}
5151
- name: Generate HTML for RHEL9
52-
run: python3 utils/create_srg_export.py -c controls/srg_gpos.yml -p rhel9 -m shared/references/disa-os-srg-v3r1.xml --out-format html --output $PAGES_DIR/srg-mapping-rhel9.html
52+
run: python3 utils/create_srg_export.py -c controls/srg_gpos.yml -p rhel9 -m shared/references/disa-os-srg-v3r2.xml --out-format html --output $PAGES_DIR/srg-mapping-rhel9.html
5353
env:
5454
PYTHONPATH: ${{ github.workspace }}
5555
- name: Generate XLSX for RHEL10
56-
run: python3 utils/create_srg_export.py -c controls/srg_gpos.yml -p rhel10 -m shared/references/disa-os-srg-v3r1.xml --out-format xlsx --output $PAGES_DIR/srg-mapping-rhel10.xlsx
56+
run: python3 utils/create_srg_export.py -c controls/srg_gpos.yml -p rhel10 -m shared/references/disa-os-srg-v3r2.xml --out-format xlsx --output $PAGES_DIR/srg-mapping-rhel10.xlsx
5757
env:
5858
PYTHONPATH: ${{ github.workspace }}
5959
- name: Generate HTML for RHEL10
60-
run: python3 utils/create_srg_export.py -c controls/srg_gpos.yml -p rhel10 -m shared/references/disa-os-srg-v3r1.xml --out-format html --output $PAGES_DIR/srg-mapping-rhel10.html
60+
run: python3 utils/create_srg_export.py -c controls/srg_gpos.yml -p rhel10 -m shared/references/disa-os-srg-v3r2.xml --out-format html --output $PAGES_DIR/srg-mapping-rhel10.html
6161
env:
6262
PYTHONPATH: ${{ github.workspace }}
6363
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4

docs/manual/developer/03_creating_content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,7 @@ In order for export for DISA the IDs of your control must be SRG ID form the Gen
12581258

12591259
If you have an existing product that you want to base your new STIG you can create the skeleton with the following command:
12601260

1261-
$ ./utils/build_stig_control.py --split -p rhel9 -m shared/references/disa-os-srg-v3r1.xml -o controls/srg_gpos.yml
1261+
$ ./utils/build_stig_control.py --split -p rhel9 -m shared/references/disa-os-srg-v3r2.xml -o controls/srg_gpos.yml
12621262

12631263
The manual (`-m`) should be an SRG XML from DISA.
12641264

0 commit comments

Comments
 (0)