Skip to content

Commit d5847cd

Browse files
committed
fix: remove default SSH key type from inputs
Removed the default value rsa for the ssh-key-type input in action.yml to ensure explicit specification of key types when using the action. This change allows greater flexibility and avoids assumptions about the default SSH key type.
1 parent 294d76a commit d5847cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ inputs:
99
Specify the type of the key to fetch from the scanned hosts. The possible values are “ecdsa”, “ed25519”, “ecdsa-sk”, “ed25519-sk”, or “rsa”.
1010
Multiple values may be specified by separating them with commas. The default is to fetch all the above key types.
1111
required: false
12-
default: 'rsa'
1312
ssh-known-hosts:
1413
description: 'Predefined known hosts to be added directly.'
1514
required: false

0 commit comments

Comments
 (0)