Commit graph

371 commits

Author SHA1 Message Date
David Allen
aefce13f57
Refactored/reorganized utils 2024-07-24 11:52:12 -06:00
David Allen
fe3c339195
Corrected the username/password flag names 2024-07-24 10:34:28 -06:00
David Allen
d877f9b18f
Removed unused query params 2024-07-24 10:28:23 -06:00
David Allen
d73575ab05
Fixed imports and removed unused query params 2024-07-24 10:24:12 -06:00
David Allen
f498d07aa2
Fixed small issue with command string 2024-07-24 10:22:48 -06:00
David Allen
a65c640aab
Removed unused functions in collect.go 2024-07-24 10:19:01 -06:00
David Allen
3078770247
Removed commented out code 2024-07-24 10:15:06 -06:00
David Allen
6873ffd1cb
Moved SMD-related API to pkg 2024-07-24 10:13:57 -06:00
David Allen
6ff223aae1
Removed 'dora' API 2024-07-24 10:12:54 -06:00
David Allen
00f9d4ebf0
Merge pull request #44 from OpenCHAMI/api-docs
Add API documentation to code base
2024-07-23 16:27:53 -06:00
David Allen
bf2a27d6da
Added 'docs' rule to Makefile 2024-07-23 16:23:18 -06:00
David Allen
f7b08da064
Added more API documentation 2024-07-23 16:18:21 -06:00
David Allen
2bc3c74277
Minor changes to README.md 2024-07-23 16:17:02 -06:00
David Allen
0bf5507f6f
Changed Dockerfile to use binary instead of script 2024-07-23 13:47:05 -06:00
David Allen
2c472f5ad9
Fixed small typo 2024-07-23 13:46:36 -06:00
David Allen
ecefa3b86f
Updated README to include information about building on Debian 2024-07-23 13:46:01 -06:00
David Allen
eba9dfa1e7
Added more documentation and changed param names 2024-07-22 14:22:02 -06:00
David Allen
c537e496da
Fixed issue with required param 2024-07-22 14:20:06 -06:00
David Allen
1ab5c8a7df
Added initial round of comments for API documentation 2024-07-18 18:18:03 -06:00
Alex Lovell-Troy
10eabf2844
Updating dependencies 2024-07-17 17:58:06 -04:00
David Allen
796a67d5ab
Tidied up CLI flag names 2024-07-17 15:42:00 -06:00
David Allen
085a2cfd0b
Added initial tests for API and compatibiilty coverage 2024-07-17 15:36:19 -06:00
Alex Lovell-Troy
865ed85a05
fix formatting error in workflow 2024-07-17 17:30:00 -04:00
Alex Lovell-Troy
ab346f7592
Addressing x/net dependabot issue 2024-07-17 17:27:02 -04:00
Alex Lovell-Troy
334e397d00
Update attestation path 2024-07-17 17:15:02 -04:00
Alex Lovell-Troy
81fccde750
Remove unnecessary attestation support script 2024-07-17 17:10:14 -04:00
Alex Lovell-Troy
65f0e3889f
Updating to goreleaser v2 2024-07-17 17:07:57 -04:00
Alex Lovell-Troy
78f6762888
Updating to goreleaser v2 2024-07-17 17:06:41 -04:00
Alex Lovell-Troy
68745c1800
Remove attestation of non-existent container 2024-07-17 17:02:44 -04:00
Alex Lovell-Troy
54fce64802
Removing docker container from goreleaser to address build errors 2024-07-17 16:55:06 -04:00
Alex Lovell-Troy
bf2cea11a8
Update .goreleaser.yaml
Remove arm64 target due to compile errors

Signed-off-by: Alex Lovell-Troy <alovelltroy@lanl.gov>
2024-07-17 16:49:47 -04:00
Alex Lovell-Troy
9cf535e71a
Include Checkout in the workflow
Signed-off-by: Alex Lovell-Troy <alovelltroy@lanl.gov>
2024-07-17 16:44:14 -04:00
Alex Lovell-Troy
4948ecc47c
Create main.yml
Signed-off-by: Alex Lovell-Troy <alovelltroy@lanl.gov>
2024-07-17 16:39:33 -04:00
David Allen
80c645f85f
Update rf-emulator.yml to map ports correctly
Signed-off-by: David Allen <16520934+davidallendj@users.noreply.github.com>
2024-07-17 11:35:59 -06:00
David Allen
1614909204
Merge pull request #41 from OpenCHAMI/emulator
Added emulator for testing with docker/compose
2024-07-16 16:02:54 -06:00
David Allen
53efe7c6b7
Added detail in README.md about emulator 2024-07-16 16:01:36 -06:00
David Allen
fcd2aae259
Added emulator for testing with docker/compose 2024-07-16 15:53:57 -06:00
David Allen
45d614dff4
Merge pull request #39 from cjh1/collection-nis
Store network interfaces during collect
2024-07-11 10:32:31 -06:00
Chris Harris
fcebaec631
Add network interfaces to system information 2024-07-11 11:26:32 -04:00
Chris Harris
ab16c8d5fd
Remove unnecessary marshal/umarshal 2024-07-11 10:45:53 -04:00
Chris Harris
70fc040da1
Add network interfaces to crawl 2024-07-10 11:51:55 -04:00
David Allen
396cbae31e
Merge pull request #37 from OpenCHAMI/36-running-the-crawl-subcommand-without-arguments-causes-a-crash
fix #36 and provide better error handling
2024-07-02 15:15:13 -06:00
Alex Lovell-Troy
09eb48a241
Update crawl command to improve URI handling and provide clearer instructions 2024-07-02 16:55:17 -04:00
Alex Lovell-Troy
afe84f6129
chore: Clean up URI handling in crawl command 2024-07-02 16:37:39 -04:00
Alex Lovell-Troy
eccd9adb41
Improve crawl instruction and log Redfish Version 2024-07-02 16:25:28 -04:00
Alex Lovell-Troy
fdc574f5f2
Improved Error handling without panics 2024-07-01 13:53:32 -04:00
David Allen
e26bd175f1
Merge pull request #35 from cjh1/scan-timestamp
Add timestamp to scan results cache
2024-07-01 09:20:13 -06:00
Alex Lovell-Troy
3386690f17
Add uri positional argument and remove uri flag 2024-07-01 10:59:42 -04:00
Chris Harris
6aeffc92f1
Add timestamp to scan results cache 2024-06-28 12:16:45 -04:00
Alex Lovell-Troy
5f86f9a378
Merge pull request #34 from OpenCHAMI/alovelltroy/add-single-crawl 2024-06-28 17:44:24 +03:00