Skip to content

Commit

Permalink
docs: Adding Concourse resource for trivy (#3224)
Browse files Browse the repository at this point in the history
  • Loading branch information
hriprsd authored Dec 4, 2022
1 parent dd26bd2 commit 7a6cf5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/ecosystem/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ pipeline:
```
Woodpecker does use Trivy itself so you can [see it in use there](https://github.com/woodpecker-ci/woodpecker/pull/1163).
## Concourse CI (Community)
[Concourse CI](https://concourse-ci.org/) is a CI/CD service.
You can use Trivy Resource in Concourse for scanning containers and introducing security scanning into your workflow.
It has capabilities to fail the pipeline, create issues, alert communication channels (using respective resources) based on Trivy scan output.
👉 Get it at: <https://github.com/Comcast/trivy-resource/>

0 comments on commit 7a6cf5a

Please sign in to comment.