ssh-audit/snapcraft.yaml

22 lines
413 B
YAML
Raw Normal View History

2020-03-13 02:56:23 +01:00
name: ssh-audit
version: '2.3.1-1'
2020-03-13 02:56:23 +01:00
license: 'MIT'
summary: ssh-audit
description: |
SSH server and client security configuration auditor. Official repository: <https://github.com/jtesta/ssh-audit>
base: core20
2020-03-13 02:56:23 +01:00
grade: stable
confinement: strict
apps:
ssh-audit:
command: bin/ssh-audit
plugs: [network,network-bind]
parts:
ssh-audit:
plugin: python
# python-version: python3
2020-03-13 02:56:23 +01:00
source: .