{"id":24234897,"url":"https://github.com/jenkinsci/slsa-plugin","last_synced_at":"2025-08-17T01:05:26.563Z","repository":{"id":192054469,"uuid":"632382433","full_name":"jenkinsci/slsa-plugin","owner":"jenkinsci","description":"A Jenkins plugin to create SLSA provenance attestations","archived":false,"fork":false,"pushed_at":"2025-05-14T08:11:00.000Z","size":96,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-14T08:46:53.257Z","etag":null,"topics":["slsa","slsa-generic-generator","slsa-provenance"],"latest_commit_sha":null,"homepage":"https://plugins.jenkins.io/slsa","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jenkinsci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-04-25T09:42:09.000Z","updated_at":"2025-05-14T08:10:56.000Z","dependencies_parsed_at":"2024-08-08T22:32:54.996Z","dependency_job_id":"010ce6a5-cc13-4509-a1ce-db3464ce35ea","html_url":"https://github.com/jenkinsci/slsa-plugin","commit_stats":null,"previous_names":["jenkinsci/slsa-plugin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jenkinsci/slsa-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fslsa-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fslsa-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fslsa-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fslsa-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenkinsci","download_url":"https://codeload.github.com/jenkinsci/slsa-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fslsa-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270791692,"owners_count":24645796,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["slsa","slsa-generic-generator","slsa-provenance"],"created_at":"2025-01-14T17:38:10.129Z","updated_at":"2025-08-17T01:05:26.451Z","avatar_url":"https://github.com/jenkinsci.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/slsa.svg)](https://plugins.jenkins.io/slsa)\n[![GitHub release](https://img.shields.io/github/release/jenkinsci/slsa-plugin.svg?label=release)](https://github.com/jenkinsci/slsa-plugin/releases/latest)\n[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/slsa.svg?color=blue)](https://plugins.jenkins.io/slsa)\n[![Build Status](https://ci.jenkins.io/buildStatus/icon?job=Plugins%2Fslsa-plugin%2Fmain)](https://ci.jenkins.io/job/Plugins/job/slsa-plugin/job/main/)\n[![GitHub license](https://img.shields.io/github/license/jenkinsci/slsa-plugin.svg)](https://github.com/jenkinsci/slsa-plugin/blob/master/LICENSE)\n\n# SLSA Jenkins Plugin\n\nThe SLSA Jenkins plugin generates [SLSA provenance attestations](https://slsa.dev/provenance/) for build artifacts.\n\n## Job configuration - Freestyle project\n\nThe plugin provides a ```Post-build action``` which will generate provenance attestations\n(`\u003cartifact-name\u003e.intoto.jsonl` or `multiple.intoto.jsonl`) in SLSA format for artifacts that\nmatch a given filter after a successful build.\n\n![job configuration](docs/images/jenkins-job-configuration.png)\n\n**Artifact Filter**: Specifies the artifacts to include.\n\n**Target Directory**: Specifies the directory where generated provenance attestations should be created.\n\n## Job configuration - Pipeline project\n\nIn order to use the plugin with the descriptive pipeline syntax, the following snippet\ncan be added:\n\n```\n...\npost {\n    success {\n        provenanceRecorder artifactFilter: 'build/libs/**.jar', targetDirectory: 'build/slsa'\n    }\n}\n...\n```\n\n**Artifact Filter**: Specifies the artifacts to include.\n\n**Target Directory**: Specifies the directory where generated provenance attestations should be created.\n\n## Current limitations\n\n* currently only GIT SCM provider is supported\n* executed build steps are not yet recorded\n* signing of attestations is not yet supported\n\n## LICENSE\n\nLicensed under MIT, see [LICENSE](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fslsa-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenkinsci%2Fslsa-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fslsa-plugin/lists"}