nrkno/Send json output of Trivy action to Elasticsearch
Get the json output from a standard Trivy action and send it to an Elasticseach index
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| elasticApiAddress | The URL of the ElasticSearch API we are sending data to | yes | — |
| elasticPort | The PORT of ElasticSearch API we are sending data to, default is 9243 | no | 9243 |
| targetIndex | The index we should send data to | yes | ghactions |
| githubRepository | The Github repository name we have scanned. Include organization name, for example "nrkno/pippo" | yes | nrkno/pippo |
| jsonInput | The json formatted file we obtained from running the Trivy aquasecurity/trivy-action Github Action with format: json as an output | yes | — |
Outputs
| name | description |
|---|---|
| time | The time we greeted you |