{"id":22349482,"url":"https://github.com/securestackco/actions","last_synced_at":"2026-04-30T17:31:43.681Z","repository":{"id":132793824,"uuid":"431033707","full_name":"SecureStackCo/actions","owner":"SecureStackCo","description":"A set of GitHub actions for checking your application for vulnerabilities","archived":false,"fork":false,"pushed_at":"2021-11-29T11:32:58.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-26T11:23:05.650Z","etag":null,"topics":["actions","securestack"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SecureStackCo.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":"2021-11-23T09:15:34.000Z","updated_at":"2021-11-29T11:33:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"8a42c6b3-2af1-4665-968e-4ca5c3be39af","html_url":"https://github.com/SecureStackCo/actions","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SecureStackCo/actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecureStackCo%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecureStackCo%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecureStackCo%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecureStackCo%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SecureStackCo","download_url":"https://codeload.github.com/SecureStackCo/actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecureStackCo%2Factions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32472396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["actions","securestack"],"created_at":"2024-12-04T11:08:27.106Z","updated_at":"2026-04-30T17:31:43.664Z","avatar_url":"https://github.com/SecureStackCo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SecureStack GitHub Actions\n\nA set of GitHub Actions for using SecureStack to analyse an application and the constituent codebase for application attack surface (exposure), software composition (code) and secret vulnerabilities.\n\n```\nname: Example Workflow Using SecureStack Actions\non: push\njobs:\n  security:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout repo for running secrets analysis within workflow\n        id: checkout\n        uses: actions/checkout@v2.4.0\n        with:\n          fetch-depth: 0\n      - name: Exposure Analysis Step\n        id: exposure\n        uses: NiftyBank/niftybank-app/actions/exposure@master\n        with:\n          securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}\n          securestack_app_id: ${{ secrets.SECURESTACK_APPI_ID }}\n          severity: critical\n          flags: '--dom'\n      - name: SCA Analysis Stepp\n        id: code\n        uses: NiftyBank/niftybank-app/actions/code@master\n        with:\n          securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}\n          securestack_app_id: ${{ secrets.SECURESTACK_APPI_ID }}\n          severity: critical\n          language: node\n      - name: Secrets Analysis Step\n        id: secrets\n        uses: NiftyBank/niftybank-app/actions/secrets@master\n        with:\n          securestack_api_key: ${{ secrets.SECURESTACK_API_KEY_SECRET }}\n          securestack_app_id: ${{ secrets.SECURESTACK_APPI_ID }}\n          severity: critical\n          flags: '-d 50'\n\n```\n\n## Getting your SecureStack API Key\n\nTODO\n\nMade with 💜 by SecureStack\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecurestackco%2Factions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecurestackco%2Factions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecurestackco%2Factions/lists"}