Skip to content

Commit

Permalink
Try to fix path of input XML
Browse files Browse the repository at this point in the history
Signed-off-by: Joyce Quach <[email protected]>
  • Loading branch information
jtquach1 committed Nov 1, 2024
1 parent 20b237b commit b7e84ef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/convert-cci-list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@ jobs:
namespaces: '{"ns": "http://iase.disa.mil/cci"}'

- name: Convert CCI List XML to two JSON files
run: yarn workspace @mitre/hdf-converters cciListXml2json /U_CCI_List/U_CCI_List.xml U_CCI_List.nist.json U_CCI_List.defs.json
env:
DATETIME: ${{steps.publish-date.outputs}}
run: |
echo $DATETIME
ROOT_DIRECTORY=$(pwd)
yarn workspace @mitre/hdf-converters cciListXml2json $ROOT_DIRECTORY/U_CCI_List.xml U_CCI_List.nist.json U_CCI_List.defs.json
- name: Update CCI to NIST and CCI to Definition mappings
run: |
Expand Down

0 comments on commit b7e84ef

Please sign in to comment.