https://github.com/seqra/seqra-jvm-sast
https://github.com/seqra/seqra-jvm-sast
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seqra/seqra-jvm-sast
- Owner: seqra
- License: other
- Created: 2025-08-30T22:40:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-02-06T22:08:56.000Z (5 months ago)
- Last Synced: 2026-02-07T09:47:05.382Z (5 months ago)
- Language: Kotlin
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Seqra JVM Sast
### Building Seqra using gradle
1. Install Seqra dependencies
```shell
git submodule update --init --recursive
```
2. Create GitHub token to access dependencies published on GitHub. Follow
an [official GitHub guide](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic).
3. Setup environment variables
```shell
SEQRA_GITHUB_ACTOR=
SEQRA_GITHUB_TOKEN=
```
4. Run `gradle build`