Skip to content

Probely/cicd-pipeline-scan-examples

Repository files navigation

CI/CD pipeline scan examples (GitHub actions, BitBucket, and more)

Integrations

Common actions

Running a scan on an ephemeral application

Running a scan on a remote target (target running on your server) in blocking and non-blocking mode

NOTE: You can use the app provided in this repo to test the integration.


GitHub Actions

Create a GitHub action using the following YAML examples:

Running a scan on an ephemeral application in blocking mode

Running a scan on a remote target in blocking mode

Running a scan on a remote target in non-blocking mode


Gitlab

Create a .gitlab-ci.yml file using the following YAML examples:

Running a scan on an ephemeral application in blocking mode (requires the scanning-agent/farcasterd-linux-amd64-0.4.3 file)

Running a scan on a remote target in blocking mode

Running a scan on a remote target in non-blocking mode


BitBucket

Create a bitbucket-pipelines.yml file using the following YAML examples:

Running a scan on an ephemeral application in blocking mode (requires the scanning-agent/farcasterd-linux-amd64-0.4.3 file)

Running a scan on a remote target in blocking mode

Running a scan on a remote target in non-blocking mode

Create a remote target and running a scan on it in blocking mode


About

CI/CD pipeline scan examples (GitHub actions, and more)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published