dcodx/GitArmor Action
GitHub Action that runs GitArmor against your GitHub repo and org to check against security policy that you have defined.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 23, 2025
- License
- MIT
Pinned Snippet
uses: dcodx/gitarmor@c589afdc538571398678846a1b3966393630df20 # v1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Repository name | yes | — |
| org | Organization name | yes | — |
| token | GitHub Token (GITHUB_TOKEN) with admin access to the repository/organization | yes | — |
| level | Level on which to run GitArmor - repository or organization | yes | — |
| policy-dir | Location of the directory containing the policies | yes | — |
Outputs
| name | description |
|---|---|
| check-results-json | Results of the GitArmor check in JSON format |
| check-results-text | Results of the GitArmor check in Markdown format |