Skip to content

Example repository to show how to integrate Semgrep with SecDim Sandbox via Github Action

License

Notifications You must be signed in to change notification settings

secdim/sandbox-semgrep-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecDim Sandbox Example Repo

This is an example repository for SecDim Sandbox. See the sample output in the screenshots below.

secdim sandbox cloud

secdim sandbx github action security tab code scanning alert screenshot

This repository contains a simple web application with a few security vulnerabilities. The sandbox-example.yml file contains a GitHub Action workflow that will demonstrate the SecDim Sandbox working. On a push to the master branch, or a pull request, a Docker container will be built and run in the GitHub Action workflow. The container will run Semgrep to analyse the security vulnerabilities of the application. This is uploaded the the repository.

The SecDim Sandbox will then parse the Semgrep results SARIF file and output a SARIF file which will be uploaded to the repository. This SARIF file will contain a link to the relevant security vulnerability to explore and debug. The results of both SecDim Sandbox and Semgrep will be available to view in the GitHub repository’s Security tab.

Feel free to clone the repository and try it out for yourself.

About

Example repository to show how to integrate Semgrep with SecDim Sandbox via Github Action

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published