From 437e00c3930561b9728dad86c95d8c0de8b51458 Mon Sep 17 00:00:00 2001 From: Dale Bingham Date: Mon, 4 Mar 2024 07:26:18 -0500 Subject: [PATCH] update patch filename --- .DS_Store | Bin 10244 -> 10244 bytes .gitignore | 3 ++- README.md | 5 +++-- ...-2024-02-02-SoteriaSVR-scan_Before.nessus} | 0 4 files changed, 5 insertions(+), 3 deletions(-) rename patch-scans/{2-2024-02-02-SoteriaSVR scan_Before.nessus => 2-2024-02-02-SoteriaSVR-scan_Before.nessus} (100%) diff --git a/.DS_Store b/.DS_Store index d818f6bd7e47a9c8a229267e91eb3cff5026b066..047d4679affbdaa3162b37a67c78c105c999ad6a 100644 GIT binary patch delta 262 zcmZn(XbG6$&nUVvU^hRb=;V(AN}Kfr{xEW;6es5-<>%)xOqLf^*{mg`jU=>LT{wpc zNkyt?JmZeZ1ww`D64lj)1_n9`hL*KD3e|>&7Unt%riKQ!wVWKH%KFwp@!2`KdHG$F zFAB&rc2Ax!DurYUkhgi7*a9|$&}K1NPNvQ53cpw;#|xdEoF%G>kef_3OD9hgTMqzX CU{cip delta 96 zcmZn(XbG6$&nU1lU^hRbz~qktN}Kfr{xD9KljGl(LnH;0NZVB0Jw_mXj9!;8)A3cpw;7s{qjJ|n7)rYesS05}FAoB#j- diff --git a/.gitignore b/.gitignore index 69d2906..6c46f3b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ src/*.creds .sonarqube/ sonar-project.txt # settings for individual development machines -src/.vscode/launch.json \ No newline at end of file +src/.vscode/launch.json +.DS_Store diff --git a/README.md b/README.md index 9b87e4d..5640237 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # openrmfpro-ghactions -OpenRMF Professional public repo to show how to handle files and API interactions via GitHub Actions - +OpenRMF Professional public repo to show how to handle files and API interactions via GitHub Actions. ## Get a list of files @@ -8,6 +7,7 @@ https://stackoverflow.com/questions/74854189/call-external-rest-api-when-a-file- https://github.com/marketplace/actions/changed-files +> DO NOT USE SPACES IN FILENAMES ## Do something with them @@ -15,6 +15,7 @@ https://github.com/fjogeleit/http-request-action/blob/main/.github/workflows/ci. https://github.com/fjogeleit/http-request-action/ +An example URL for the checklist/SCAP upload is below with relevant information: ``` https://{root-url}/api/external/systempackage/{systemKey}/scapchecklist/?applicationKey={applicationKey} diff --git a/patch-scans/2-2024-02-02-SoteriaSVR scan_Before.nessus b/patch-scans/2-2024-02-02-SoteriaSVR-scan_Before.nessus similarity index 100% rename from patch-scans/2-2024-02-02-SoteriaSVR scan_Before.nessus rename to patch-scans/2-2024-02-02-SoteriaSVR-scan_Before.nessus