Skip to content

Commit

Permalink
fixup! api: refactor attestationconfigapi client/fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
derpsteb committed Nov 16, 2023
1 parent d79dbcb commit f2a4dd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/api/attestationconfigapi/reporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ SPDX-License-Identifier: AGPL-3.0-only

/*
The reporter contains the logic to determine a latest version for Azure SEVSNP based on cached version values observed on CVM instances.
The code in this file does not rely on dedicated API objects for no other reason than original development speed.
Some code in this file (e.g. listing cached files) does not rely on dedicated API objects and instead uses the AWS SDK directly,
for no other reason than original development speed.
*/
package attestationconfigapi

Expand Down

0 comments on commit f2a4dd0

Please sign in to comment.