mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-02-08 01:33:20 +08:00
14 lines
259 B
YAML
14 lines
259 B
YAML
|
|
name: "test_plugin"
|
||
|
|
repository: github.com/aquasecurity/trivy-plugin-test
|
||
|
|
version: "0.1.0"
|
||
|
|
usage: test
|
||
|
|
description: test
|
||
|
|
platforms:
|
||
|
|
- selector:
|
||
|
|
os: linux
|
||
|
|
arch: amd64
|
||
|
|
uri: ./test.sh
|
||
|
|
bin: ./test.sh
|
||
|
|
# for testing
|
||
|
|
_goos: linux
|
||
|
|
_goarch: amd64
|