summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:07:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 17:07:52 +0000
commitf0f453c916e279980df981c1e1dee0d167dc124e (patch)
treed09973c9f173820ade2dc814467d3e57df8a042d /snapcraft.yaml
parentInitial commit. (diff)
downloadssh-audit-f0f453c916e279980df981c1e1dee0d167dc124e.tar.xz
ssh-audit-f0f453c916e279980df981c1e1dee0d167dc124e.zip
Adding upstream version 3.1.0.upstream/3.1.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml20
1 files changed, 20 insertions, 0 deletions
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: <https://github.com/jtesta/ssh-audit>
+
+base: core22
+grade: stable
+confinement: strict
+
+apps:
+ ssh-audit:
+ command: bin/ssh-audit
+ plugs: [network,network-bind,home]
+
+parts:
+ ssh-audit:
+ plugin: python
+ source: .