Island: Add credentials to the UiSchema

This commit is contained in:
Ilija Lazoroski 2022-07-12 18:27:23 +02:00
parent 457a70390c
commit 4240ea02ef
1 changed files with 10 additions and 0 deletions

View File

@ -30,6 +30,16 @@ export default function UiSchema(props) {
} }
} }
}, },
credentials: {
exploit_ssh_keys: {
items: {
public_key: {
},
private_key: {
}
}
}
},
network_scan: { network_scan: {
targets: { targets: {
info_box: { info_box: {