{"id":16703444,"url":"https://github.com/mtardy/setup-bpftool","last_synced_at":"2025-05-05T20:27:20.588Z","repository":{"id":173728797,"uuid":"651205540","full_name":"mtardy/setup-bpftool","owner":"mtardy","description":"Set up your GitHub Actions workflow with bpftool","archived":false,"fork":false,"pushed_at":"2025-03-19T19:27:53.000Z","size":11,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T20:27:18.436Z","etag":null,"topics":["bpf","bpftool","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/mtardy.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":"2023-06-08T18:31:46.000Z","updated_at":"2025-02-11T17:01:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb93d645-5e12-4038-9ae4-34947c2eae80","html_url":"https://github.com/mtardy/setup-bpftool","commit_stats":null,"previous_names":["mtardy/bpftool-install"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtardy%2Fsetup-bpftool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtardy%2Fsetup-bpftool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtardy%2Fsetup-bpftool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mtardy%2Fsetup-bpftool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mtardy","download_url":"https://codeload.github.com/mtardy/setup-bpftool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252570060,"owners_count":21769579,"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":["bpf","bpftool","github-actions"],"created_at":"2024-10-12T19:08:21.440Z","updated_at":"2025-05-05T20:27:20.570Z","avatar_url":"https://github.com/mtardy.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup bpftool\n\nThis action installs bpftool in your environment for use in actions by\ndownloading and caching a static version.\n\n## Usage\n\nUsing default inputs:\n\n```yaml\nsteps:\n  - name: Checkout code\n    uses: actions/checkout@v3\n\n  - name: Install bpftool\n    uses: mtardy/setup-bpftool@v1\n\n  - name: Run bash script\n    run: |\n      # example script using bpftool\n      bpftool version\n```\n\nNote that you might want to set the `token` variable to avoid rate limiting\nfrom the GitHub API.\n\nUsing custom inputs:\n\n```yaml\nsteps:\n  - name: Checkout code\n    uses: actions/checkout@v3\n\n  - name: Install bpftool\n    uses: mtardy/setup-bpftool@v1\n    with:\n      version: 'v7.2.0'\n      path: '/usr/bin'\n      token: ${{ secrets.GITHUB_TOKEN }}\n\n  - name: Run bash script\n    run: |\n      # example script using bpftool\n      bpftool version\n```\n\n## Inputs\n\n| Name      | Type   | Default          | Description                                                                                         |\n| --------- | ------ | ---------------- | --------------------------------------------------------------------------------------------------- |\n| `version` | String | `latest`         | [bpftool](https://github.com/libbpf/bpftool/releases/) version to install. (eg. `v7.2.0`, `latest`) |\n| `path`    | String | `/usr/local/bin` | Destination path to install bpftool                                                                 |\n| `token`   | String |                  | A GitHub token (e.g. `secrets.GITHUB_TOKEN`) to authenticate requests to GitHub API                  |\n\n## License\n\n[Apache License 2.0](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtardy%2Fsetup-bpftool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmtardy%2Fsetup-bpftool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmtardy%2Fsetup-bpftool/lists"}