From 7607d1acaa7a2d93a9dd1abac22f91217ce58641 Mon Sep 17 00:00:00 2001 From: Joyce Quach Date: Fri, 1 Nov 2024 12:43:17 -0400 Subject: [PATCH] Try to resolve 'a mapping was not expected' error Signed-off-by: Joyce Quach --- .github/workflows/convert-cci-list.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/convert-cci-list.yml b/.github/workflows/convert-cci-list.yml index c0c0c35a3..caaf08921 100644 --- a/.github/workflows/convert-cci-list.yml +++ b/.github/workflows/convert-cci-list.yml @@ -33,8 +33,6 @@ jobs: - name: Download CCI List run: | curl -o U_CCI_List.zip $CCI_LIST_ZIP_URL && unzip U_CCI_List.zip - ls -lta - pwd - name: Get publish date of CCI List id: publish-date @@ -48,7 +46,6 @@ jobs: 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 @@ -60,11 +57,5 @@ jobs: - name: Commit changes to CciNistMappingData.ts env: DATETIME: ${{steps.publish-date.outputs}} - # run: | - # git config --local user.email "saf@groups.mitre.org" - # git config --local user.name "MITRE SAF Automation" - # git add libs/hdf-converters/src/mappings/CciNistMappingData.ts - # git commit -sm "Update CCI List to the current NIST and definition mappings as of $DATETIME" - # git push run: | echo $DATETIME