{"id":15022231,"url":"https://github.com/ajinabraham/njsscan-action","last_synced_at":"2025-04-12T06:15:52.986Z","repository":{"id":65155313,"uuid":"265962070","full_name":"ajinabraham/njsscan-action","owner":"ajinabraham","description":"nodejsscan Github Action","archived":false,"fork":false,"pushed_at":"2024-11-11T05:22:25.000Z","size":42,"stargazers_count":27,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T06:15:29.501Z","etag":null,"topics":["action","code-anaysis","code-review","githubactions","njsscan","njsscan-action","nodejs","nodejsscan","nodesast","sast","staticanalysis"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ajinabraham.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-21T22:11:54.000Z","updated_at":"2024-11-11T05:22:29.000Z","dependencies_parsed_at":"2024-06-18T20:10:30.364Z","dependency_job_id":"26382a75-9a82-4ffc-baa8-71c620266fd1","html_url":"https://github.com/ajinabraham/njsscan-action","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"d58d8b2f26322cd35a9efb8003baac517f226d81"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajinabraham%2Fnjsscan-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajinabraham%2Fnjsscan-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajinabraham%2Fnjsscan-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajinabraham%2Fnjsscan-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajinabraham","download_url":"https://codeload.github.com/ajinabraham/njsscan-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525138,"owners_count":21118619,"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":["action","code-anaysis","code-review","githubactions","njsscan","njsscan-action","nodejs","nodejsscan","nodesast","sast","staticanalysis"],"created_at":"2024-09-24T19:57:40.448Z","updated_at":"2025-04-12T06:15:52.937Z","avatar_url":"https://github.com/ajinabraham.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# njsscan action\nnjsscan finds insecure code patterns in your node.js applications.\n\n## Example Usage\n\nAdd the following file .github/workflows/njsscan.yml to your node.js repositories in Github to enable njsscan in your CI/CD or DevSecOps pipeline.\n\n```yaml\nname: njsscan\non:\n  push:\n    branches: [ master ]\n  pull_request:\n    branches: [ master ]\njobs:\n  njsscan:\n    runs-on: ubuntu-latest\n    name: njsscan check\n    steps:\n    - name: Checkout the code\n      uses: actions/checkout@v4.2.2\n    - uses: actions/setup-python@v5.3.0\n      with:\n        python-version: '3.12'\n    - name: nodejsscan scan\n      id: njsscan\n      uses: ajinabraham/njsscan-action@master\n      with:\n        args: '.'\n```\n\n### Github Code Scanning SARIF upload\n\n```yaml\nname: njsscan\non:\n  push:\n    branches: [ master ]\n  pull_request:\n    branches: [ master ]\njobs:\n  njsscan:\n    runs-on: ubuntu-latest\n    name: njsscan code scanning\n    steps:\n    - name: Checkout the code\n      uses: actions/checkout@v4.2.2\n    - uses: actions/setup-python@v5.3.0\n      with:\n        python-version: '3.12'\n    - name: nodejsscan scan\n      id: njsscan\n      uses: ajinabraham/njsscan-action@master\n      with:\n        args: '. --sarif --output results.sarif || true'\n    - name: Upload njsscan report\n      uses: github/codeql-action/upload-sarif@v3\n      with:\n        sarif_file: results.sarif\n```\nFor configuration, see: https://github.com/ajinabraham/njsscan#configure-njsscan\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajinabraham%2Fnjsscan-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajinabraham%2Fnjsscan-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajinabraham%2Fnjsscan-action/lists"}