Steven
|
3c51abe2e5
|
chore: update readme
|
2025-12-06 15:35:59 +00:00 |
|
Steven
|
02b1a9758c
|
chore: readme changes
|
2025-12-06 15:23:53 +00:00 |
|
Steven
|
d966acdf6c
|
chore: fix version pin
|
2025-12-06 15:22:24 +00:00 |
|
Steven
|
b9d74ae5ae
|
feat: Alpine 3.23.0
|
2025-12-06 15:20:42 +00:00 |
|
Steven
|
2bed3fc0f7
|
chore: include latest version
|
2025-12-06 14:50:32 +00:00 |
|
Steven
|
d4403aa37e
|
refactor: remove -o because of commit 6cb3f8196c
|
2025-12-06 14:19:54 +00:00 |
|
Steven
|
2e3a6dbe55
|
refactor: bring back package-shifting
Ability to allow for more recent apk versions.
|
2025-12-06 14:09:20 +00:00 |
|
Burnett01
|
77cf0f30ae
|
refactor: pin alpine 3.22.1 + remove --upgrade to avoid package drift
|
2025-12-02 18:14:43 +00:00 |
|
Burnett01
|
35c5778c2d
|
refactor: bats tests to cover STRICT_HOSTKEYS_CHECKING + assert whole rsync command
|
2025-12-02 17:08:29 +00:00 |
|
Burnett01
|
09f62ba15b
|
chore: force-upgrade alpine busybox to tackle CVE-2024-58251
See: https://github.com/Burnett01/rsync-deployments/security/code-scanning/15
|
2025-12-02 15:17:42 +00:00 |
|
Burnett01
|
6cb3f8196c
|
refactor: SC3040 (warning): In POSIX sh, set option pipefail is undefined.
|
2025-12-02 15:15:01 +00:00 |
|
Burnett01
|
d4d84ba02c
|
chore: upgrade alpine 3.22.2
|
2025-12-02 15:09:19 +00:00 |
|
Burnett01
|
bf2d964f6f
|
fix: remove debug output of known_hosts file in entrypoint script
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
e0b7fb752e
|
fix: replace tilde with $HOME for consistent path usage in scripts
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
61419b36d6
|
fix: remove debug output and known_hosts file display in entrypoint script
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
a1f741433d
|
fix: remove debug output of known_hosts file in entrypoint script
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
bf4dca9d8e
|
fix: replace echo with printf for consistent output formatting in hosts-add script
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
4369819153
|
debug
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
d4a9011612
|
fix: correct command substitution syntax for ssh-keyscan output processing
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
4b49843a52
|
fix: update strict host key checking to include known hosts file
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
1b2e963616
|
fix: filter out comments from ssh-keyscan output for strict host key checking
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
f85e1bae12
|
feat: add hosts-add script to manage SSH known hosts
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
8e8f89cdc5
|
feat: add host key verification and handling for strict host key checking
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
e9f72e6ef0
|
fix: use GITHUB_ACTION variable for SSH agent start in entrypoint script
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
055751bf9e
|
fix: correct debug mode setting in entrypoint script
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
8bb0d8b3ce
|
fix: correct debug mode setting in entrypoint script
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
7293bea8ec
|
feat: add debug input to action and enable debug mode in entrypoint script
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
93eda1c97c
|
fix: ensure proper initialization and cleanup of known hosts in entrypoint script
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
7b075b3367
|
feat: add hosts-clear and hosts-init scripts for managing known_hosts
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
c0170dd157
|
fix: correct variable name for INPUT_SWITCHES in rsync command execution
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
82725684f9
|
fix: replace exec with sh -c for rsync command execution in entrypoint script
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
7bf29be338
|
fix: remove unnecessary quotes around INPUT_SWITCHES in rsync command
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
069d4f1b5c
|
fix: handle unset SSH_AGENT_PID variable in agent-start script
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
0fb32f477b
|
fix: change SSH agent start argument to default in entrypoint script
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
844957283c
|
fix: update Dockerfile to correct chmod command for agent scripts
|
2025-12-02 14:52:50 +00:00 |
|
Burnett01
|
9b1bf7278e
|
feat: rsync-docker as first-party code, configureable strict host keys checking
|
2025-12-02 14:52:50 +00:00 |
|