Skip to content

docker image containing trufflehog to use it in gitlab CI

License

Notifications You must be signed in to change notification settings

sgaunet/cicdtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The goal of this project is to create an image that contains tools that will be used in CICD.

Actually, it contains:

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

About

docker image containing trufflehog to use it in gitlab CI

Topics

Resources

License

Stars

Watchers

Forks