Skip to content

Commit

Permalink
Merge pull request #5 from SoteriaSoftwareLLC/develop
Browse files Browse the repository at this point in the history
update patch filename
  • Loading branch information
DaleBinghamSoteriaSoft authored Mar 4, 2024
2 parents 3b6d44c + 437e00c commit 9db0992
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ src/*.creds
.sonarqube/
sonar-project.txt
# settings for individual development machines
src/.vscode/launch.json
src/.vscode/launch.json
.DS_Store
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# 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

https://stackoverflow.com/questions/74854189/call-external-rest-api-when-a-file-is-added-or-updated-to-a-github-repository

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

> DO NOT USE SPACES IN FILENAMES
## Do something with them

https://github.com/fjogeleit/http-request-action/blob/main/.github/workflows/ci.yml

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}
Expand Down

0 comments on commit 9db0992

Please sign in to comment.