File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,19 @@ jobs:
45
45
env :
46
46
PYTHONPATH : ${{ github.workspace }}
47
47
- 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
49
49
env :
50
50
PYTHONPATH : ${{ github.workspace }}
51
51
- 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
53
53
env :
54
54
PYTHONPATH : ${{ github.workspace }}
55
55
- 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
57
57
env :
58
58
PYTHONPATH : ${{ github.workspace }}
59
59
- 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
61
61
env :
62
62
PYTHONPATH : ${{ github.workspace }}
63
63
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4
Original file line number Diff line number Diff line change @@ -1258,7 +1258,7 @@ In order for export for DISA the IDs of your control must be SRG ID form the Gen
1258
1258
1259
1259
If you have an existing product that you want to base your new STIG you can create the skeleton with the following command:
1260
1260
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
1262
1262
1263
1263
The manual (` -m ` ) should be an SRG XML from DISA.
1264
1264
You can’t perform that action at this time.
0 commit comments