Moar bugs squashed
Some checks failed
Test / tests (darwin-amd64) (push) Successful in 19s
Test / tests (linux-amd64) (push) Successful in 22s
Test / tests (windows-amd64) (push) Failing after 27s
Test / tests (linux-arm64) (push) Successful in 4m6s
Run Gosec / tests (push) Successful in 6m14s

This commit is contained in:
2025-09-09 16:44:55 +02:00
parent f973e305f0
commit 45d09fd25b

View File

@@ -1,6 +1,6 @@
# Populate our test secrets # Populate our test secrets
Write-Output "🔐 Populating test secrets:" Write-Output "🔐 Populating test secrets:"
& "./vault.exe" vault kv put "${TEST_VAULT_KEY}" data="${TEST_VAULT_VALUE}" & "./vault.exe" vault kv put "${env:TEST_VAULT_KEY}" data="${env:TEST_VAULT_VALUE}"
# Populate our test transit backend with key # Populate our test transit backend with key
Write-Output "🔐 Populating test transit backend:" Write-Output "🔐 Populating test transit backend:"