Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 677 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 677 Bytes

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