Derive secrets checks from inventory platforms #1
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
allod/secrets!1
Loading…
Reference in a new issue
No description provided.
Delete branch "agent/derive-platform-checks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
credential-inventorychecks frominventory.lib.supportedPlatformsinstead of a local platform literal.Refs allod/strategy#5
Validation
nix flake show --json 2>/tmp/secrets-show.err | jq -e '.checks | keys | length > 0'for check_system in $(nix flake show --json 2>/tmp/secrets-show.err | jq -r '.checks | keys[]'); do nix flake show --json 2>/tmp/secrets-show.err | jq -e --arg system "$check_system" '.checks[$system] | has("credential-inventory")'; nix build ".#checks.${check_system}.credential-inventory"; donenix flake checkFollow-up from local review: remove the indentation-only churn from flake.nix so the PR diff shows only the platform-derivation and inventory input changes.
debb5238d6to0f2a388262