mateobur / sysdig-jenkins-ci-training

Sysdig Jenkins CI Training repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sysdig Jenkins CI Training

Place this repo in your Jenkins Pipeline to execute a basic CI integrating Sysdig after build time.

image

Requirements:

  • A Jenkins instance with access to GitHub.com (need to retrieve Jenkinsfile, otherwise, copy and paste the code. Might need adjustments).
  • Sysdig Secure API Credentials or a Sysdig Service Account with enough permissions to perform scanning.
  • Container registry credentials (if using different from GitHub then it might need pipeline modifications).
  • Jenkins Pipeline Plugin Installed (and or access to download Sysdig's inline scanner).
  • A running worker to execute your pipelines that can:
    • Build Docker images.
    • Execute git clone and checkout.
    • Publish Docker images.

Questions? Open an issue or contact me directly.

Want to contribute? Create your branch and PR.

About

Sysdig Jenkins CI Training repo


Languages

Language:JavaScript 67.7%Language:Dockerfile 32.3%