github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/pkg/plugin/testdata/.trivy/plugins/test_plugin/plugin.yaml (about)

     1  name: "test_plugin"
     2  repository: github.com/devseccon/trivy-plugin-test
     3  version: "0.1.0"
     4  usage: test
     5  description: test
     6  platforms:
     7    - selector:
     8        os: linux
     9        arch: amd64
    10      uri: ./test.sh
    11      bin: ./test.sh
    12  # for testing
    13  _goos: linux
    14  _goarch: amd64