{"id":34253603,"url":"https://github.com/seqra/seqra-gitlab","last_synced_at":"2026-02-15T16:13:02.503Z","repository":{"id":317687736,"uuid":"1047651122","full_name":"seqra/seqra-gitlab","owner":"seqra","description":"GitLab CI template for automated security scanning","archived":false,"fork":false,"pushed_at":"2026-02-02T09:06:49.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-02T22:24:09.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seqra.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-30T22:41:25.000Z","updated_at":"2026-02-02T09:05:56.000Z","dependencies_parsed_at":"2025-10-02T13:29:18.283Z","dependency_job_id":"95c9ae57-2898-494e-8ada-9a9ed669f809","html_url":"https://github.com/seqra/seqra-gitlab","commit_stats":null,"previous_names":["seqra/seqra-gitlab"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/seqra/seqra-gitlab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seqra%2Fseqra-gitlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seqra%2Fseqra-gitlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seqra%2Fseqra-gitlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seqra%2Fseqra-gitlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seqra","download_url":"https://codeload.github.com/seqra/seqra-gitlab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seqra%2Fseqra-gitlab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29375636,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-16T11:46:52.703Z","updated_at":"2026-02-12T18:03:29.400Z","avatar_url":"https://github.com/seqra.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seqra GitLab CI template\n\nRun [Seqra](https://github.com/seqra/seqra) static code analysis in your GitLab CI pipelines.\nGenerates a SARIF report for code scanning integration or further processing.\n\n\n### Quick Start\n\n### Scan\n\n\u003e **Note:** This template runs on **Linux x86\\_64** environments and requires **Docker-in-Docker**.\n\n### Example: Run Seqra\n\n```yaml\ninclude:\n  - remote: https://raw.githubusercontent.com/seqra/seqra-gitlab/refs/heads/main/seqra.gitlab-ci.yml\n\nstages:\n  - analysis\n\nseqra-job:\n  extends: .seqra-template\n  variables:\n    PROJECT_ROOT: \".\"\n```\n\n\n### All Inputs\n\n```yaml\ninclude:\n  - remote: https://raw.githubusercontent.com/seqra/seqra-gitlab/refs/heads/main/seqra.gitlab-ci.yml\n\nstages:\n  - analysis\n\nseqra-job:\n  extends: .seqra-template\n  variables:\n    # Relative path to the root of the analyzed project\n    PROJECT_ROOT: \".\"\n    # Tag of seqra release\n    SEQRA_VERSION: \"v2.4.0\"\n    # Comma-separated paths to rule files or directories (e.g., \"rules/custom.yml,rules/extra\")\n    RULES_PATH: \"builtin\"\n    # Comma-separated severity levels to report: note, warning, error\n    SEVERITY: \"warning,error\"\n    # Scan timeout\n    TIMEOUT: \"15m\"\n```\n\n\n## Artifacts\n\nAfter the job completes, you’ll find:\n\n* `seqra-job:archive` in the job artifacts.\n* These can be consumed by other CI jobs or uploaded to a code scanning service.\n\n\n## Troubleshooting\n\n* **Monorepos:** You can analyze only the project you need using `PROJECT_ROOT`.\n* **Timeouts:** If the scan times out, increase `TIMEOUT` (e.g., `30m`).\n\n## Changelog\n\nSee [CHANGELOG](CHANGELOG.md).\n\n## License\nThis project is released under the [MIT License](LICENSE).\n\nThe [core analysis engine](https://github.com/seqra/seqra-jvm-sast) is source-available under the [Functional Source License (FSL-1.1-ALv2)](https://fsl.software/), which converts to Apache 2.0 two years after each release. You can use Seqra for free, including for commercial use, except for competing products or services.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseqra%2Fseqra-gitlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseqra%2Fseqra-gitlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseqra%2Fseqra-gitlab/lists"}