{"id":20102939,"url":"https://github.com/stackrox/actions","last_synced_at":"2026-06-09T00:31:37.272Z","repository":{"id":86563788,"uuid":"546656624","full_name":"stackrox/actions","owner":"stackrox","description":"Various Reusable GitHub Actions","archived":false,"fork":false,"pushed_at":"2026-04-29T09:06:57.000Z","size":218,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-12T13:57:21.415Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/stackrox.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":".github/CODEOWNERS","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":"2022-10-06T12:38:31.000Z","updated_at":"2026-04-29T09:06:59.000Z","dependencies_parsed_at":"2026-03-16T12:05:18.536Z","dependency_job_id":null,"html_url":"https://github.com/stackrox/actions","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/stackrox/actions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackrox%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackrox%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackrox%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackrox%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stackrox","download_url":"https://codeload.github.com/stackrox/actions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stackrox%2Factions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34086665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-13T17:33:44.254Z","updated_at":"2026-06-09T00:31:37.254Z","avatar_url":"https://github.com/stackrox.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Various GitHub Actions\n\n* [Infra / Create Cluster](infra/create-cluster/README.md)\n* [Infra / Install `infractl`](infra/install-infractl/README.md)\n* [Release / Wait for Image](release/wait-for-image/README.md)\n* [Release / Tag](release/tag/README.md)\n* [Test](test/README.md)\n\n## Workflows\n\n* [`create-demo-clusters`](.github/workflows/README.md)\n\n## Usage\n\nAs this is an internal repository, it can be accessed with the default GitHub\ntoken from any repository workflow under stackrox organization.\n\nExample:\n\n```yaml\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: stackrox/actions/test@main\n```\n\n## Testing in local\n\nOne may execute the scripts from the repository locally via `test/local-env.sh`,\ne.g.:\n\n```sh\n$ test/local-env.sh test/test.sh arg1 arg2\n::notice::Test script called on ref main\nTest script arguments:\n* `arg1`\n* `arg2`\n```\n\n## Versioning\n\nIf you publish a new action or make another change that warrants a new release of this repository, create and push a new tag following SemVer.\n\n```bash\ngit tag -a v1.2.3 -m \"Release v1.2.3\"\ngit push origin v1.2.3\n```\n\nA Github action will create a short version, in this example `v1`, or move the `v1` tag to your new tag.\n\n## Setting up git hooks\n\nThere is currently one pre-push git hook that runs actionlint. To use the pre-push git hook you must\ninstall actionlint and run `git config core.hooksPath ./githooks/` in the root of this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackrox%2Factions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstackrox%2Factions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstackrox%2Factions/lists"}