Skip to content

GitHubVeracode/veracode-github-app

 
 

Repository files navigation

veracode-probot-app

A GitHub App built with Probot that Veracode Github app in probot framework

Setup

# Install dependencies
npm install

# Run the bot
npm start

Docker

# 1. Build container
docker build -t veracode-probot-app .

# 2. Start container
#For new Github application 
docker run -dp 127.0.0.1:3000:3000 veracode-probot-app

#For existing Github application 
docker run -e APP_ID=<app-id> -e WEBHOOK_SECRET=<webhook-secret> -e GITHUB_CLIENT_ID=<github-client-id> -e GITHUB_CLIENT_SECRET=<github-client-secret> -e PRIVATE_KEY=<pem-value> -dp 127.0.0.1:3000:3000 veracode-probot-app

Contributing

If you have suggestions for how veracode-probot-app could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

License

ISC © 2023 Shailesh Hande

About

veracode-github-app

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.6%
  • Dockerfile 0.4%