https://github.com/veracode/veracode-github-app
https://github.com/veracode/veracode-github-app
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/veracode/veracode-github-app
- Owner: veracode
- License: isc
- Created: 2023-07-24T12:54:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T11:15:52.000Z (over 2 years ago)
- Last Synced: 2026-01-16T19:00:34.714Z (6 months ago)
- Language: JavaScript
- Size: 366 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# veracode-github-app
> A GitHub App built with [Probot](https://github.com/probot/probot) that A Probot app
## Setup
```sh
# Install dependencies
npm install
# Run the bot
npm start
```
## Docker
```sh
# 1. Build container
docker build -t veracode-github-app .
# 2. Start container
docker run -e APP_ID= -e PRIVATE_KEY= veracode-github-app
```
## Contributing
If you have suggestions for how veracode-github-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](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2023 Vincent Deng