{"id":21029414,"url":"https://github.com/insidersec/insider-action","last_synced_at":"2025-07-08T09:37:55.154Z","repository":{"id":42767331,"uuid":"276927236","full_name":"insidersec/insider-action","owner":"insidersec","description":":octocat: Official Github Action for Insider","archived":false,"fork":false,"pushed_at":"2023-01-07T19:45:37.000Z","size":627,"stargazers_count":10,"open_issues_count":16,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-16T07:27:49.973Z","etag":null,"topics":["actios","android","csharp","dotnet","github-actions","insider","java","javascript","kotlin","nodejs","owasp","sast","security-scanner","security-tools","static-analyzer","swift"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/insidersec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-03T15:07:22.000Z","updated_at":"2023-10-21T19:03:04.000Z","dependencies_parsed_at":"2023-02-07T23:31:19.405Z","dependency_job_id":null,"html_url":"https://github.com/insidersec/insider-action","commit_stats":{"total_commits":16,"total_committers":2,"mean_commits":8.0,"dds":0.0625,"last_synced_commit":"c82243e0d85ae1f5d62fa8bb5d7a628624c6fced"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insidersec%2Finsider-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insidersec%2Finsider-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insidersec%2Finsider-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insidersec%2Finsider-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insidersec","download_url":"https://codeload.github.com/insidersec/insider-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254330721,"owners_count":22053034,"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":["actios","android","csharp","dotnet","github-actions","insider","java","javascript","kotlin","nodejs","owasp","sast","security-scanner","security-tools","static-analyzer","swift"],"created_at":"2024-11-19T12:12:17.700Z","updated_at":"2025-05-15T11:31:52.862Z","avatar_url":"https://github.com/insidersec.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://www.insidersec.io/wp-content/uploads/2020/11/cover-linkedin2.png\"\u003e\n  \u003cp align=\"center\"\u003e\n      \u003ca href=\"https://github.com/insidersec/insider-action/releases\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/v/release/insidersec/insider-action\"\u003e\n      \u003c/a\u003e\n      \u003ca href=\"https://github.com/marketplace/actions/insider-action\"\u003e\n        \u003cimg alt=\"GitHub marketplace\" src=\"https://img.shields.io/badge/marketplace-insider--action-blue?logo=github\u0026style=flat-square\"\u003e\n      \u003c/a\u003e\n      \u003ca href=\"https://github.com/insidersec/insider-action/actions?workflow=test\"\u003e\n        \u003cimg alt=\"Test workflow\" src=\"https://img.shields.io/github/workflow/status/insidersec/insider-action/test?label=test\u0026logo=github\u0026style=flat-square\"\u003e\n      \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n* [Usage](#usage)\n  * [Workflow](#workflow)\n* [Customization](#customizing)\n  * [Inputs](#inputs)\n\n## Usage\n\n### Workflow\n\n```yaml\nname: insider\non:\n  pull_request:\n  push:\njobs:\n  insider:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n        with:\n          fetch-depth: 0\n\n      - name: Run Insider\n        uses: insidersec/insider-action@v0\n        with:\n            technology: javascript\n            # Relative path under $GITHUB_WORKSPACE to use as a target\n            # In this example, will use $GITHUB_WORKSPACE/src as a target\n            target: src\n```\n\n## Customizing\n\n### Inputs\n\nFollowing inputs can be used as `steps.with` keys\n\n| Name             | Type    | Default   | Description                                                 |\n|------------------|---------|-----------|-------------------------------------------------------------|\n| `version`        | String  | `latest`  | Insider version                                             |\n| `technology`     | String  |           | Specify which technology ruleset to load                    |\n| `target`         | String  | `.`       | Relative path under $GITHUB_WORKSPACE to use as a target    |\n| `security`       | String  |           | Set the Security level, values between 0 and 100            |\n| `noHtml`         | Bool    |           | Skips the report generation in the HTML format              |\n| `noJson`         | Bool    |           | Skips the report generation in the JSON format              |\n| `noBanner`       | Bool    |           | Skips the banner printing                                   |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsidersec%2Finsider-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsidersec%2Finsider-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsidersec%2Finsider-action/lists"}