ssh-audit/snapcraft.yaml

24 lines
491 B
YAML
Raw Normal View History

2020-03-13 02:56:23 +01:00
name: ssh-audit
# 'version' field will be automatically added by build_snap.sh.
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: core22
2020-03-13 02:56:23 +01:00
grade: stable
confinement: strict
architectures:
- build-on: [amd64]
build-for: [all]
2020-03-13 02:56:23 +01:00
apps:
ssh-audit:
command: bin/ssh-audit
plugs: [network,network-bind,home]
2020-03-13 02:56:23 +01:00
parts:
ssh-audit:
plugin: python
source: .