{"id":19830546,"url":"https://github.com/ansforge/ci-sis-action-validate","last_synced_at":"2026-05-14T09:33:34.074Z","repository":{"id":261596922,"uuid":"884702844","full_name":"ansforge/ci-sis-action-validate","owner":"ansforge","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-26T20:22:35.000Z","size":73,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-26T21:25:03.120Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ansforge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-07T08:34:41.000Z","updated_at":"2025-02-26T20:22:38.000Z","dependencies_parsed_at":"2025-01-11T09:48:47.005Z","dependency_job_id":"857f9c69-af07-456c-8a0c-4774f01ac0f0","html_url":"https://github.com/ansforge/ci-sis-action-validate","commit_stats":null,"previous_names":["ansforge/ci-sis-action-validate"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansforge%2Fci-sis-action-validate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansforge%2Fci-sis-action-validate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansforge%2Fci-sis-action-validate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ansforge%2Fci-sis-action-validate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ansforge","download_url":"https://codeload.github.com/ansforge/ci-sis-action-validate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241189974,"owners_count":19924937,"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":[],"created_at":"2024-11-12T11:24:07.287Z","updated_at":"2026-05-14T09:33:34.067Z","avatar_url":"https://github.com/ansforge.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo_LEF_CI-SIS](https://user-images.githubusercontent.com/48218773/227532484-eff82649-4e42-49c6-966a-dc3ea78cf59c.png)\n\n# GitHub Action pour la validation des fichiers du CI-SIS\n\nGitHub Action pour les valider les exemples du CI-CIS : \n  - Rapport de validation dans l'action\n\nLa cle API de gazelle est accéssible via ce lien : \n- https://interop.esante.gouv.fr/evs/administration/apiKeyManagement.seam\n## Usage\n\n### Exemple Workflow file\n\nUn exemple pour valider les exemples d'un REPO\n\n```yaml\nname: Workflow Validate\non:\n  workflow_call:\n  push:\n  workflow_dispatch:\njobs:\n  run-sushi-tests_gitHubPages:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v3\n        with:    \n          path: source\n      - uses: ansforge/ci-sis-action-validate@main\n        with:      \n          repo: \"./source\"\n          apiKey:\n            description: \"Cle API Gazelle\"\n            required: true    \n```\n\n### Inputs\n\n| name               | value   | default               | description                                                                                                                                                                                                                                                                                                     |\n|--------------------|---------|-----------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| repo    | string  |  | Nom du répertoire à analyser|\n| apiKey  | string  |  |Cle API de Gazelle|\n| except  | string  |  |Répertoires à éviter|\n| severityThreshold  | string  | WARNING |Seuil de filtrage des détails du rapport en fonction de la sévérité des test|\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansforge%2Fci-sis-action-validate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fansforge%2Fci-sis-action-validate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fansforge%2Fci-sis-action-validate/lists"}