-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Dockerfile: install uefi parser and flashrom utils * utils/flashrom: Add flashrom util to dump bios * utils/uefi_vars, firmware parser: add initial files for these utils * actions/inventory: define interfaces for collecting firmware checksums and efi vars Wire in collectors * firmware: add extractor placeholder file * capture BIOS, extract logo and hash it update linter version * update Dockerfile to correctly add uefi-firmware-parser * Dockerfile: build getinventory helper util * actions/inventory: initialize map * device: update util checker helper method * providers/supermicro: include the FirmwareChecksumCollector * examples/inventory: Update to not dump trace logs * ci: use golang ci lint 1.55.2 * fix up some* linting issues and take the space out of the hash string * add Nahum's UEFI variable code * UEFI vars go in device Metadata * vanish dead code * add UEFIVariableCollector to SMC provider --------- Co-authored-by: Joel Rebello <[email protected]>
- Loading branch information
Showing
29 changed files
with
649 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
LINTER_EXPECTED_VERSION := "1.50.0" | ||
LINTER_EXPECTED_VERSION := "1.55.2" | ||
|
||
.DEFAULT_GOAL := help | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.