From f0f453c916e279980df981c1e1dee0d167dc124e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:07:52 +0200 Subject: Adding upstream version 3.1.0. Signed-off-by: Daniel Baumann --- snapcraft.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 snapcraft.yaml (limited to 'snapcraft.yaml') diff --git a/snapcraft.yaml b/snapcraft.yaml new file mode 100644 index 0000000..ab44474 --- /dev/null +++ b/snapcraft.yaml @@ -0,0 +1,20 @@ +name: ssh-audit +# 'version' field will be automatically added by build_snap.sh. +license: 'MIT' +summary: ssh-audit +description: | + SSH server and client security configuration auditor. Official repository: + +base: core22 +grade: stable +confinement: strict + +apps: + ssh-audit: + command: bin/ssh-audit + plugs: [network,network-bind,home] + +parts: + ssh-audit: + plugin: python + source: . -- cgit v1.2.3