mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-01-31 13:53:14 +08:00
Signed-off-by: knqyf263 <knqyf263@gmail.com> Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com>
14 lines
261 B
YAML
14 lines
261 B
YAML
name: "test_plugin"
|
|
repository: github.com/aquasecurity/trivy-plugin-test
|
|
version: "0.1.0"
|
|
summary: test
|
|
description: test
|
|
platforms:
|
|
- selector:
|
|
os: linux
|
|
arch: amd64
|
|
uri: ./test.sh
|
|
bin: ./test.sh
|
|
# for testing
|
|
_goos: linux
|
|
_goarch: amd64 |