mirror of
https://github.com/ivuorinen/ghaw-auditor.git
synced 2026-03-11 23:59:55 +00:00
feat: initial commit
This commit is contained in:
41
tests/golden/workflows.json
Normal file
41
tests/golden/workflows.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"test.yml": {
|
||||
"name": "Test Workflow",
|
||||
"path": "test.yml",
|
||||
"triggers": [
|
||||
"push",
|
||||
"pull_request"
|
||||
],
|
||||
"permissions": null,
|
||||
"concurrency": null,
|
||||
"env": {},
|
||||
"defaults": {},
|
||||
"jobs": {
|
||||
"test": {
|
||||
"name": "test",
|
||||
"runs_on": "ubuntu-latest",
|
||||
"needs": [],
|
||||
"if_condition": null,
|
||||
"permissions": null,
|
||||
"environment": null,
|
||||
"concurrency": null,
|
||||
"timeout_minutes": null,
|
||||
"continue_on_error": false,
|
||||
"container": null,
|
||||
"services": {},
|
||||
"strategy": null,
|
||||
"actions_used": [],
|
||||
"secrets_used": [
|
||||
"GITHUB_TOKEN"
|
||||
],
|
||||
"env_vars": {}
|
||||
}
|
||||
},
|
||||
"is_reusable": false,
|
||||
"reusable_contract": null,
|
||||
"secrets_used": [
|
||||
"GITHUB_TOKEN"
|
||||
],
|
||||
"actions_used": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user