summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 17:42:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 17:42:34 +0000
commit271164583de5842c9093ef4e2866196b24dc6109 (patch)
treec6d060dd47ad362d3e6d3f5311b4398d0b894f4f /snapcraft.yaml
parentInitial commit. (diff)
downloadssh-audit-271164583de5842c9093ef4e2866196b24dc6109.tar.xz
ssh-audit-271164583de5842c9093ef4e2866196b24dc6109.zip
Adding upstream version 2.5.0.upstream/2.5.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r--snapcraft.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml
new file mode 100644
index 0000000..3eb39a6
--- /dev/null
+++ b/snapcraft.yaml
@@ -0,0 +1,21 @@
+name: ssh-audit
+version: '2.4.0-1'
+license: 'MIT'
+summary: ssh-audit
+description: |
+ SSH server and client security configuration auditor. Official repository: <https://github.com/jtesta/ssh-audit>
+
+base: core20
+grade: stable
+confinement: strict
+
+apps:
+ ssh-audit:
+ command: bin/ssh-audit
+ plugs: [network,network-bind]
+
+parts:
+ ssh-audit:
+ plugin: python
+ # python-version: python3
+ source: .