{"id":19873070,"url":"https://github.com/checkpointsw/sourceguard-action","last_synced_at":"2026-03-08T14:35:30.229Z","repository":{"id":89041308,"uuid":"470134580","full_name":"CheckPointSW/sourceguard-action","owner":"CheckPointSW","description":"SourceGuard is designed to leverage Check Point's varied prevention technologies and services, providing source-code security and visibility. With a simple, cross-platform CLI tool users can customize exclusions and control an ignore list with easy integration into any pipeline.","archived":false,"fork":false,"pushed_at":"2022-09-21T21:26:10.000Z","size":17,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-11T16:49:46.420Z","etag":null,"topics":["code-quality","compliance","oss","security","source-code"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CheckPointSW.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-03-15T11:43:59.000Z","updated_at":"2023-02-13T17:07:49.000Z","dependencies_parsed_at":"2023-03-13T18:14:57.384Z","dependency_job_id":null,"html_url":"https://github.com/CheckPointSW/sourceguard-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheckPointSW%2Fsourceguard-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheckPointSW%2Fsourceguard-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheckPointSW%2Fsourceguard-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CheckPointSW%2Fsourceguard-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CheckPointSW","download_url":"https://codeload.github.com/CheckPointSW/sourceguard-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241299953,"owners_count":19940485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["code-quality","compliance","oss","security","source-code"],"created_at":"2024-11-12T16:17:42.495Z","updated_at":"2026-03-08T14:35:30.142Z","avatar_url":"https://github.com/CheckPointSW.png","language":null,"readme":"# Check Point SourceGuard\n \u003cimg src=\"logo.svg\" align=\"left\"/\u003e\nSourceGuard is designed to leverage Check Point's varied prevention technologies and services, providing source-code security and visibility. With a simple, cross-platform CLI tool users can customize exclusions and control an ignore list with easy integration into any pipeline.\n \n## GitHub Integration\n \nThe following instructions would help you to perform a fast and simple integration to your GitHub repo workflow actions using [GitHub Actions](https://docs.github.com/en/actions).\n \n### Add To Repo\n \nAdd this job to your workflow yml file under .github/workflows/\n \n```\nname: My Workflow\non: [push, pull_request]\njobs:\n  …\n  code-analysis:\n    runs-on: ubuntu-latest\n    container:\n      image: sourceguard/sourceguard-cli\n    steps:\n      - name: SourceGuard Scan\n        uses: CheckPointSW/sourceguard-action@main\n        with:\n          SG_CLIENT_ID: ${{ secrets.SG_CLIENT_ID }}\n          SG_SECRET_KEY: ${{ secrets.SG_SECRET_KEY }}\n…\n \n```\n \n### Create Secrets\n \nSourceGuard action must recive:\n \n- SG_CLIENT_ID - Infinity Portal account identification\n- SG_SECRET_KEY - Secret key for access\n \nTo generate these parameters, refer to https://portal.checkpoint.com/dashboard/sourceguard#/config/install (select your required Tenant) \u003e GENERATE TOKEN\n \nNow, create these keys:\n \n- Organiztaion Scope\n  https://github.com/organizations/OrganizationName/settings/secrets/actions\n- Repo Scope\n  https://github.com/AccountName/RepoName/settings/secrets/actions\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheckpointsw%2Fsourceguard-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcheckpointsw%2Fsourceguard-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcheckpointsw%2Fsourceguard-action/lists"}