Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgaunet/cicdtools
docker image containing trufflehog to use it in gitlab CI
https://github.com/sgaunet/cicdtools
gitlab-ci trufflehog
Last synced: 14 days ago
JSON representation
docker image containing trufflehog to use it in gitlab CI
- Host: GitHub
- URL: https://github.com/sgaunet/cicdtools
- Owner: sgaunet
- License: mit
- Created: 2023-01-03T20:56:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T19:37:09.000Z (over 1 year ago)
- Last Synced: 2023-07-18T20:27:47.076Z (over 1 year ago)
- Topics: gitlab-ci, trufflehog
- Language: Dockerfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
The goal of this project is to create an image that contains tools that will be used in CICD.
Actually, it contains:
* [trufflehog](https://github.com/trufflesecurity/trufflehog)
* [envtemplate](https://github.com/sgaunet/envtemplate)
* [gitleaks](https://github.com/gitleaks/gitleaks)
* [osv-scanner](https://github.com/google/osv-scanner)
* [trivy](https://github.com/aquasecurity/trivy)Example for gitlab:
```
trufflehog:
stage: test
image:
name: sgaunet/cicdtools:latest
script:
- trufflehog --no-update filesystem --directory=.
```# Docker Images
Available on:
* Docker hub: sgaunet/cicdtools:latest
* github : ghcr.io/sgaunet/cicdtools:latest