David Allen
|
c1e9180c56
|
Merge pull request #28 from OpenCHAMI/cleanup
More clean up and updated README
|
2024-05-13 10:41:47 -06:00 |
|
David Allen
|
ca2f3990fa
|
Merge branch 'main' into cleanup
|
2024-05-13 10:41:29 -06:00 |
|
David J. Allen
|
d86532e96a
|
Added a firmware updating section to README.md
|
2024-05-13 09:30:17 -06:00 |
|
David J. Allen
|
0f74e1e7f7
|
Added more output messages for handling errors
|
2024-05-10 17:00:21 -06:00 |
|
David J. Allen
|
f4540ea4ce
|
Changed db.path flag to cache
|
2024-05-10 14:54:34 -06:00 |
|
David J. Allen
|
24cbae6570
|
Updated README.md
|
2024-05-10 14:50:11 -06:00 |
|
David J. Allen
|
ac86a12ce0
|
Made user and pass flags required together
|
2024-05-10 13:52:00 -06:00 |
|
David J. Allen
|
e0d02e5651
|
Removed extra comments
|
2024-05-10 13:48:36 -06:00 |
|
David J. Allen
|
886a5d4d82
|
Fixed default output path for flag
|
2024-05-10 13:46:51 -06:00 |
|
David J. Allen
|
b3ba75ea9a
|
Added format flag to convery output to JSON and slighly changed scanning logic
|
2024-05-10 13:41:08 -06:00 |
|
David J. Allen
|
a2b841b401
|
Changed flag name from threads to concurrency
|
2024-05-10 10:10:21 -06:00 |
|
David J. Allen
|
9663b677ba
|
Removed and updated flags
|
2024-05-10 10:09:37 -06:00 |
|
David J. Allen
|
ebee86ccbe
|
Updated README.md (WIP)
|
2024-05-10 10:08:26 -06:00 |
|
David J. Allen
|
fba9b547ee
|
Updated example config
|
2024-05-10 10:07:54 -06:00 |
|
David J. Allen
|
ef82a5c45d
|
Updated go files
|
2024-05-09 15:47:18 -06:00 |
|
David J. Allen
|
b6d429f072
|
Changed the default storage location for scanning cache
|
2024-05-09 14:53:44 -06:00 |
|
David J. Allen
|
e93f49eb82
|
Added more output for debugging
|
2024-05-09 13:18:38 -06:00 |
|
David Allen
|
8ba2b1c1db
|
Merge pull request #26 from OpenCHAMI/cleanup
Clean up and remove some old code paths and fix cert issues
|
2024-05-08 14:49:01 -06:00 |
|
David J. Allen
|
a75530e96b
|
Fixed TLS errors in collect
|
2024-05-08 14:46:29 -06:00 |
|
David J. Allen
|
0403b2bcbc
|
Changed the wording of error messages slightly
|
2024-05-08 13:39:51 -06:00 |
|
David J. Allen
|
cc7bad8b94
|
Minor tweaks
|
2024-05-08 13:37:54 -06:00 |
|
David J. Allen
|
c041acafee
|
More minor changes
|
2024-05-08 13:29:07 -06:00 |
|
David J. Allen
|
2289209604
|
Made scanned results optional with verbose flag
|
2024-05-08 12:58:55 -06:00 |
|
David J. Allen
|
8c19608966
|
Added client for SMD for using certs
|
2024-05-08 12:54:15 -06:00 |
|
David J. Allen
|
f1db827c61
|
Minor changes to MakeRequest function
|
2024-05-08 12:53:10 -06:00 |
|
David J. Allen
|
efda3d8aa7
|
Removed bmclib ctor and separated BMC and SMD clients
|
2024-05-08 12:49:25 -06:00 |
|
David J. Allen
|
60770dadc0
|
Removed GET request in collect and minor changes
|
2024-05-08 12:48:02 -06:00 |
|
David Allen
|
ca59347a4f
|
Merge pull request #25 from OpenCHAMI/config-file
Added access token to params passed to CollectAll func
|
2024-05-07 16:58:06 -06:00 |
|
David J. Allen
|
e91460528b
|
Added access token to params passed to CollectAll func
|
2024-05-07 16:57:11 -06:00 |
|
David Allen
|
2fa8903341
|
Merge pull request #24 from OpenCHAMI/config-file
Adds a config file and more environment variables to use
|
2024-05-07 16:52:16 -06:00 |
|
David J. Allen
|
b873613939
|
Minor changes and fixes
|
2024-05-07 16:51:07 -06:00 |
|
David J. Allen
|
6bf9035d96
|
Fixed cert flags
|
2024-05-07 15:51:51 -06:00 |
|
David J. Allen
|
922703ca5b
|
Updated go files
|
2024-05-07 15:51:27 -06:00 |
|
David J. Allen
|
2edcb2199e
|
Updated imports and generate automatic environment with viper
|
2024-05-07 15:50:47 -06:00 |
|
David J. Allen
|
2b421e8af5
|
Merge branch 'main' into config-file
|
2024-05-07 14:57:34 -06:00 |
|
David Allen
|
e1abff671d
|
Merge pull request #23 from OpenCHAMI/add-cacerts
Changed cert flags and added cert for gofish
|
2024-05-06 14:02:49 -06:00 |
|
David J. Allen
|
b5c0d9ce2a
|
Changed cert flags and added cert for gofish
|
2024-05-06 14:01:29 -06:00 |
|
Alex Lovell-Troy
|
b58167a322
|
Merge pull request #19 from synackd/add-arm64
Goreleaser: Add arm64 builds
|
2024-04-24 12:06:02 -04:00 |
|
Devon Bautista
|
8817e071b8
|
Goreleaser: Add arm64 builds
|
2024-04-24 09:57:48 -06:00 |
|
David Allen
|
1e302b25d0
|
Merge pull request #17 from OpenCHAMI/auth
Add ability to perform logins and supply access token to make requests to protected endpoints
|
2024-04-11 11:51:28 -06:00 |
|
David J. Allen
|
be1d473950
|
Added access token to collect header if supplied
|
2024-03-15 17:43:53 -06:00 |
|
David J. Allen
|
09c5af44b9
|
Added checks for access token when running command
|
2024-03-15 17:43:25 -06:00 |
|
David J. Allen
|
7760857ae5
|
Added login flow to get access token
|
2024-03-15 17:22:00 -06:00 |
|
David J. Allen
|
6b6b694f42
|
Added auth-related dependencies
|
2024-03-15 17:20:50 -06:00 |
|
Alex Lovell-Troy
|
44e75aee5c
|
Merge pull request #1 from OpenCHAMI/rehome
move to OpenCHAMI and update changelog
|
2023-11-03 17:25:06 +02:00 |
|
Alex Lovell-Troy
|
5794a42593
|
Adding dev container to standardize Linux build
|
2023-11-03 15:18:22 +00:00 |
|
Alex Lovell-Troy
|
8a7c0b3085
|
container registry entries must be lowercase
|
2023-11-03 09:53:27 -04:00 |
|
Alex Lovell-Troy
|
cccf0dfdf2
|
move to OpenCHAMI and update changelog
|
2023-11-03 09:47:57 -04:00 |
|
David J. Allen
|
955c9fb4bd
|
Change import to use new repo
|
2023-10-31 07:55:03 -06:00 |
|
David Allen
|
28daa4a137
|
Merge pull request #21 from davidallendj/update-docs
Updated the `README.md` with Docker info
|
2023-10-25 13:18:45 -06:00 |
|