Github

plans #

  • github pricing

    • Free, for individuals and organizations
    • Team, more on collabration (48 per user/year)
    • Enterprise, focus on security, compaliance and flexible deployment (252 per user/year)
  • github projects

security #

code security #

self-hosted runner #

CI/CD #

with podman #

Instructions and containerfile from redhat

podman run -v /run:/run --security-opt label=disable docker.io/mgoltzsche/podman:remote \
  podman --remote run busybox echo hi

resources #