github.com/twelho/conform@v0.0.0-20231016230407-c25e9238598a/action.yml (about)

     1  name: "Conform Action"
     2  description: "Policy enforcement for your pipelines."
     3  branding:
     4    icon: "check-circle"
     5    color: "gray-dark"
     6  inputs:
     7    token:
     8      description: "The GitHub token. Must have repo:status access. Can be specified by using {{ secrets.GITHUB_TOKEN }}"
     9      required: true
    10  runs:
    11    using: "docker"
    12    image: "docker://ghcr.io/siderolabs/conform:v0.1.0-alpha.27"
    13    args:
    14      - 'enforce'