fix: improve token handling and secret data fetching in action.yml #6

Merged
lau.kailany merged 7 commits from fix/leakage into main 2026-07-30 12:59:14 +00:00
Owner
No description provided.
fix: improve token handling and secret data fetching in action.yml
All checks were successful
Run tests / Setup test infrastructure (pull_request) Successful in 40s
Run tests / Run read tests on stackit-alpine (pull_request) Successful in 7s
Run tests / Run write tests on stackit-alpine-bash (pull_request) Successful in 6s
Run tests / Run read tests on stackit-alpine-bash (pull_request) Successful in 10s
Run tests / Run write tests on stackit-alpine (pull_request) Successful in 12s
Run tests / Run read tests on stackit-docker (pull_request) Successful in 45s
Run tests / Run write tests on stackit-docker (pull_request) Successful in 1m13s
Run tests / Destroy test infrastructure (pull_request) Successful in 37s
abf42e4a5f
maximilian.jugl requested changes 2026-07-30 12:24:36 +00:00
Dismissed
action.yml Outdated
@ -147,18 +147,21 @@ runs:
shell: sh
run: |
set -e
set +x

Bitte das set +x hier weg machen

Bitte das `set +x` hier weg machen
lau.kailany marked this conversation as resolved
action.yml Outdated
@ -154,2 +153,3 @@
"${VAULT_ADDR}/v1/${VAULT_ID}/data/${VAULT_PATH}")"
if [ -z "${SECRET_DATA}" ]; then
printf '%s' "${SECRET_DATA}" \

Das printf bitte hinter den if [ "${SECRET_DATA}" = "null" ] ... Check ziehen

Das `printf` bitte hinter den `if [ "${SECRET_DATA}" = "null" ] ...` Check ziehen
lau.kailany marked this conversation as resolved
fix: improve secret data masking
Some checks failed
Run tests / Run read tests on stackit-alpine (pull_request) Has been cancelled
Run tests / Run read tests on stackit-alpine-bash (pull_request) Has been cancelled
Run tests / Run read tests on stackit-docker (pull_request) Has been cancelled
Run tests / Run write tests on stackit-alpine (pull_request) Has been cancelled
Run tests / Run write tests on stackit-alpine-bash (pull_request) Has been cancelled
Run tests / Run write tests on stackit-docker (pull_request) Has been cancelled
Run tests / Destroy test infrastructure (pull_request) Has been cancelled
Run tests / Setup test infrastructure (pull_request) Has been cancelled
636fe27566
fix: correct indentation for secret data masking output
Some checks failed
Run tests / Setup test infrastructure (pull_request) Successful in 46s
Run tests / Run read tests on stackit-alpine-bash (pull_request) Failing after 14s
Run tests / Run read tests on stackit-alpine (pull_request) Failing after 7s
Run tests / Run write tests on stackit-alpine-bash (pull_request) Successful in 6s
Run tests / Run write tests on stackit-alpine (pull_request) Successful in 7s
Run tests / Run write tests on stackit-docker (pull_request) Successful in 45s
Run tests / Run read tests on stackit-docker (pull_request) Failing after 48s
Run tests / Destroy test infrastructure (pull_request) Successful in 38s
33f6eee078
fix: correct secret data fetching and masking output
Some checks failed
Run tests / Setup test infrastructure (pull_request) Successful in 48s
Run tests / Run read tests on stackit-alpine (pull_request) Failing after 6s
Run tests / Run read tests on stackit-alpine-bash (pull_request) Failing after 10s
Run tests / Run write tests on stackit-alpine (pull_request) Successful in 14s
Run tests / Run write tests on stackit-alpine-bash (pull_request) Successful in 14s
Run tests / Run read tests on stackit-docker (pull_request) Failing after 1m2s
Run tests / Destroy test infrastructure (pull_request) Has been cancelled
Run tests / Run write tests on stackit-docker (pull_request) Has been cancelled
363ab616b3
fix: streamline secret data processing
Some checks failed
Run tests / Setup test infrastructure (pull_request) Successful in 57s
Run tests / Run read tests on stackit-alpine (pull_request) Failing after 6s
Run tests / Run read tests on stackit-alpine-bash (pull_request) Failing after 7s
Run tests / Run write tests on stackit-alpine (pull_request) Successful in 5s
Run tests / Run write tests on stackit-alpine-bash (pull_request) Successful in 7s
Run tests / Destroy test infrastructure (pull_request) Has been cancelled
Run tests / Run write tests on stackit-docker (pull_request) Has been cancelled
Run tests / Run read tests on stackit-docker (pull_request) Has been cancelled
48134e6eb3
fix: quotes
Some checks failed
Run tests / Setup test infrastructure (pull_request) Successful in 36s
Run tests / Run read tests on stackit-alpine (pull_request) Failing after 9s
Run tests / Run read tests on stackit-alpine-bash (pull_request) Failing after 8s
Run tests / Run write tests on stackit-alpine (pull_request) Successful in 9s
Run tests / Run write tests on stackit-alpine-bash (pull_request) Successful in 9s
Run tests / Run read tests on stackit-docker (pull_request) Failing after 33s
Run tests / Run write tests on stackit-docker (pull_request) Successful in 36s
Run tests / Destroy test infrastructure (pull_request) Has been cancelled
e73b11ded5
fix: closing bracket
All checks were successful
Run tests / Setup test infrastructure (pull_request) Successful in 37s
Run tests / Run write tests on stackit-alpine (pull_request) Successful in 11s
Run tests / Run read tests on stackit-alpine (pull_request) Successful in 15s
Run tests / Run read tests on stackit-alpine-bash (pull_request) Successful in 15s
Run tests / Run write tests on stackit-alpine-bash (pull_request) Successful in 18s
Run tests / Run read tests on stackit-docker (pull_request) Successful in 43s
Run tests / Run write tests on stackit-docker (pull_request) Successful in 49s
Run tests / Destroy test infrastructure (pull_request) Successful in 1m11s
dfa2029d50
lau.kailany deleted branch fix/leakage 2026-07-30 12:59:15 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
actions/secretsmanager!6
No description provided.