Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
takumakume committed Aug 25, 2023
1 parent 139bad6 commit 01c49bc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,15 @@ config:
# Dependency Track project tag template (comma separated)
projectTags: ""
```
register webhook with trivy-operator
ref: https://aquasecurity.github.io/trivy-operator/latest/tutorials/integrations/webhook/
e.g.
```yaml
env:
- name: OPERATOR_WEBHOOK_BROADCAST_URL
value: http://sbomreport-to-dependencytrack.default.svc.cluster.local:8080/
```

0 comments on commit 01c49bc

Please sign in to comment.