ssh-audit/snapcraft.yaml
2020-10-20 15:30:04 -04:00

22 lines
413 B
YAML

name: ssh-audit
version: '2.3.1-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: .