mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
Support local managment for embedded agent on nginx
This commit is contained in:
22
external/yq/snap/snapcraft.yaml
vendored
Executable file
22
external/yq/snap/snapcraft.yaml
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
name: yq
|
||||
version: '4.30.1'
|
||||
summary: A lightweight and portable command-line YAML processor
|
||||
description: |
|
||||
The aim of the project is to be the jq or sed of yaml files.
|
||||
|
||||
base: core18
|
||||
grade: stable # devel|stable. must be 'stable' to release into candidate/stable channels
|
||||
confinement: strict
|
||||
|
||||
apps:
|
||||
yq:
|
||||
command: yq
|
||||
plugs: [home]
|
||||
|
||||
parts:
|
||||
yq:
|
||||
plugin: go
|
||||
go-channel: 1.19/stable
|
||||
source: .
|
||||
source-type: git
|
||||
go-importpath: github.com/mikefarah/yq
|
Reference in New Issue
Block a user