Skip to content

Commit

Permalink
Merge pull request #2 from SoteriaSoftwareLLC/develop
Browse files Browse the repository at this point in the history
update testing files
  • Loading branch information
DaleBinghamSoteriaSoft committed Mar 3, 2024
2 parents 1bf3971 + 0fff952 commit afc097b
Show file tree
Hide file tree
Showing 14 changed files with 65,340 additions and 141,871 deletions.
Binary file modified .DS_Store
Binary file not shown.
48 changes: 36 additions & 12 deletions .github/workflows/uploadFiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
- main

jobs:
# -------------------------------------------------------------
# Using GitHub's API is not supported for push events
# -------------------------------------------------------------
#
# ----------------------------------------------------------------------------------------------
# Using local .git history
# ----------------------------------------------------------------------------------------------
Expand All @@ -23,15 +19,43 @@ jobs:
with:
fetch-depth: 0 # OR "2" -> To retrieve the preceding commit.

- name: Get changed files
id: changed-files
- name: Get changed checklist files
id: changed-checklist-files
uses: tj-actions/changed-files@v42
# NOTE: `since_last_remote_commit: true` is implied by default and falls back to the previous local commit.

- name: List all changed files
with:
files: |
checklist-files/**
output_renamed_files_as_deleted_and_added: true
- name: List all changed checklist files
env:
ALL_CHANGED_CHECKLIST_FILES: ${{ steps.changed-checklist-files.outputs.all_changed_files }}
run: |
for file in ${ALL_CHANGED_CHECKLIST_FILES}; do
echo "$file was changed, so post it"
done
- name: Get changed compliance scan files
id: changed-compliancescan-files
uses: tj-actions/changed-files@v42
with:
files: |
compliance-scans/**
- name: List all changed compliance scan files
env:
ALL_CHANGED_COMPLIANCESCAN_FILES: ${{ steps.changed-compliancescan-files.outputs.all_changed_files }}
run: |
for file in ${ALL_CHANGED_COMPLIANCESCAN_FILES}; do
echo "$file was changed, so post it"
done
- name: Get changed patch scan files
id: changed-patchscan-files
uses: tj-actions/changed-files@v42
with:
files: |
patch-scans/**
- name: List all changed patch scan files
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
ALL_CHANGED_PATCHSCAN_FILES: ${{ steps.changed-patchscan-files.outputs.all_changed_files }}
run: |
for file in ${ALL_CHANGED_FILES}; do
echo "$file was changed"
for file in ${ALL_CHANGED_PATCHSCAN_FILES}; do
echo "$file was changed, so post it"
done
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# MAC OSX
.DS_Store
# Credentials
src/*.creds
# SonarCloud Scanning
.sonarqube/
sonar-project.txt
# settings for individual development machines
src/.vscode/launch.json
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ https://stackoverflow.com/questions/74854189/call-external-rest-api-when-a-file-

https://github.com/marketplace/actions/changed-files

https://github.com/marketplace/actions/changed-files


## Do something with them

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

160 changes: 160 additions & 0 deletions checklist-files/appwks-msie_11_stig-v1-r19_dated_24_jul_2020.ckl

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions checklist-files/appwks-win_10_stig-v1-r23_dated_17_jun_2020.ckl

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

79,048 changes: 0 additions & 79,048 deletions patch-scans/2-2024-02-02-SoteriaSVR scan_Before.nessus

This file was deleted.

111,176 changes: 63,529 additions & 47,647 deletions ...ans/1-2024-01-30-SoteriaWKS-Before.nessus → ...io_System_Scan_Post-Patch-2023-May.nessus

Large diffs are not rendered by default.

0 comments on commit afc097b

Please sign in to comment.