summaryrefslogtreecommitdiffstats
path: root/snapcraft.yaml
blob: ab44474cb5e671ad1fef2225dd5ba484fc91942c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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: .