{"id":5802991,"name":"LukasOrcik/action-lambda-layer","ecosystem":"actions","description":"Deploy python code to AWS Lambda with dependencies in a separate layer.","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/LukasOrcik/action-lambda-layer","keywords_array":["docker","github-actions","lambda-layers","python3"],"namespace":"LukasOrcik","versions_count":24,"first_release_published_at":"2022-11-11T17:47:53.000Z","latest_release_published_at":"2023-05-25T18:25:56.000Z","latest_release_number":"0.1.24","last_synced_at":"2026-08-27T01:22:44.495Z","created_at":"2023-01-04T14:10:19.630Z","updated_at":"2026-09-12T18:34:59.867Z","registry_url":"https://github.com/LukasOrcik/action-lambda-layer","install_command":null,"documentation_url":null,"metadata":{"name":"Lambda layer for python","author":"Lukáš Orčík","description":"Deploy python code to AWS Lambda with dependencies in a separate layer.","inputs":{"requirements_txt":{"description":"the name/path to the requirements.txt file","required":true,"default":"requirements.txt"},"lambda_layer_arn":{"description":"The ARN for the Lambda layer the dependencies (every push is a new version).","required":true},"architectures":{"description":"Target architectures","required":false,"default":"x86_64"},"runtimes":{"description":"Compatible runtimes in space-separated string","required":false,"default":"python3.10"},"package_path":{"description":"Package path","required":true,"default":"common"},"layer_description":{"description":"Layer description","required":false,"default":"verion 0.1.24"}},"runs":{"using":"docker","image":"Dockerfile","args":["${{ inputs.requirements_txt }}","${{ inputs.lambda_layer_arn }}","${{ inputs.architectures }}","${{ inputs.runtimes }}","${{ inputs.package_path }}","${{ inputs.layer_description }}"]},"branding":{"icon":"layers","color":"blue"},"default_branch":"master","path":null},"repo_metadata":{"id":63154396,"uuid":"564861790","full_name":"LukasOrcik/action-lambda-layer","owner":"LukasOrcik","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-25T18:27:50.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-08-27T01:24:54.606Z","etag":null,"topics":["docker","github-actions","lambda-layers","python3"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/LukasOrcik.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":null,"security":null,"support":null}},"created_at":"2022-11-11T17:15:51.000Z","updated_at":"2022-11-11T17:48:46.000Z","dependencies_parsed_at":"2023-01-04T12:47:13.172Z","dependency_job_id":null,"html_url":"https://github.com/LukasOrcik/action-lambda-layer","commit_stats":{"total_commits":28,"total_committers":1,"mean_commits":28.0,"dds":0.0,"last_synced_commit":"dd4e22766807cfd3e529adeefdac7f9acea528c1"},"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LukasOrcik","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/sbom","scorecard":{"id":86608,"data":{"date":"2025-08-11","repo":{"name":"github.com/LukasOrcik/action-lambda-layer","commit":"6fae67f3f547a162551bf8f7eb1bc3c755c78b9d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/29 approved changesets -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":-1,"reason":"no workflows found","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":-1,"reason":"No tokens found","details":null,"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"SAST","score":0,"reason":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating python:3.10 to python:3.10@sha256:6ff000548a4fa34c1be02624836e75e212d4ead8227b4d4381c3ae998933a922","Warn: pipCommand not pinned by hash: Dockerfile:5","Warn: pipCommand not pinned by hash: entrypoint.sh:8","Info:   0 out of   2 pipCommand dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}}]},"last_synced_at":"2025-08-15T07:03:56.342Z","repository_id":63154396,"created_at":"2025-08-15T07:03:56.342Z","updated_at":"2025-08-15T07:03:56.342Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":341189360,"owners_count":37246219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-09-12T02:00:07.213Z","response_time":57,"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"},"tags":[{"name":"0.1.24","sha":"6fae67f3f547a162551bf8f7eb1bc3c755c78b9d","kind":"commit","published_at":"2023-05-25T18:25:56.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.24","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.24","dependencies_parsed_at":"2023-06-02T00:23:36.775Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.24","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.24/manifests"},{"name":"0.1.23","sha":"dd4e22766807cfd3e529adeefdac7f9acea528c1","kind":"commit","published_at":"2022-11-14T23:08:38.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.23","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.23","dependencies_parsed_at":"2023-06-01T10:48:32.890Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.23","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.23/manifests"},{"name":"0.1.22","sha":"055447f31b1e39ce9ea80e5e9b763f76d9948218","kind":"commit","published_at":"2022-11-14T23:04:27.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.22","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.22","dependencies_parsed_at":"2023-06-01T10:48:33.158Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.22","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.22/manifests"},{"name":"0.1.21","sha":"2438fdf4da5cf51a0a1b4176baca2bb1fc5dda4f","kind":"commit","published_at":"2022-11-14T23:01:50.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.21","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.21","dependencies_parsed_at":"2023-06-01T10:48:33.516Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.21","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.21/manifests"},{"name":"0.1.20","sha":"99b1793183a57944f6d4ec36561b11aace0e71fc","kind":"commit","published_at":"2022-11-14T22:53:13.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.20","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.20","dependencies_parsed_at":"2023-06-01T10:48:33.785Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.20","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.20/manifests"},{"name":"0.1.19","sha":"19941c49695e9783133af1b65aeddf8618d3e13f","kind":"commit","published_at":"2022-11-14T22:46:49.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.19","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.19","dependencies_parsed_at":"2023-06-01T10:48:34.140Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.19","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.19/manifests"},{"name":"0.1.18","sha":"6d9b2eb53c8109f5e30b8a4b467c3c382f207908","kind":"commit","published_at":"2022-11-14T22:26:28.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.18","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.18","dependencies_parsed_at":"2023-06-01T10:48:34.391Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.18","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.18/manifests"},{"name":"0.1.16","sha":"d42a1eaba75711ebbe6ab85483ec1a6f38a29566","kind":"commit","published_at":"2022-11-14T22:21:35.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.16","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.16","dependencies_parsed_at":"2023-06-01T10:48:34.757Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.16","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.16/manifests"},{"name":"0.1.15","sha":"aff7bc603dda1206455a48e76722aae6f61624a4","kind":"commit","published_at":"2022-11-14T22:05:45.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.15","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.15","dependencies_parsed_at":"2023-06-01T10:48:35.146Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.15/manifests"},{"name":"0.1.14","sha":"5216847db9580cac793a5c70b6276aff0d82ac2c","kind":"commit","published_at":"2022-11-14T10:44:22.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.14","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.14","dependencies_parsed_at":"2023-05-31T19:55:36.108Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.14/manifests"},{"name":"0.1.13","sha":"879b0cfccd66460c14c644440ed933130e289588","kind":"commit","published_at":"2022-11-14T10:34:23.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.13","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.13","dependencies_parsed_at":"2023-05-31T19:55:36.405Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.13/manifests"},{"name":"0.1.12","sha":"dd4bd860903f78533a69df62353347279faf26cf","kind":"commit","published_at":"2022-11-14T10:27:08.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.12","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.12","dependencies_parsed_at":"2023-05-31T19:55:36.746Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.12/manifests"},{"name":"0.1.11","sha":"5fc417022b1917425e6fde005c6288fd26f622e0","kind":"commit","published_at":"2022-11-14T10:19:09.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.11","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.11","dependencies_parsed_at":"2023-05-31T19:55:37.061Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.11/manifests"},{"name":"0.1.10","sha":"5028a2f7ac12223dfab25acda7abf8c5f08558f1","kind":"commit","published_at":"2022-11-14T10:12:44.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.10","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.10","dependencies_parsed_at":"2023-05-31T19:55:37.456Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.10/manifests"},{"name":"0.1.9","sha":"7633dd4c04b80e850c9399718ec4661f2ac137e0","kind":"commit","published_at":"2022-11-14T10:04:16.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.9","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.9","dependencies_parsed_at":"2023-05-31T19:55:37.735Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.9/manifests"},{"name":"0.1.8","sha":"51c08dc86ec942d42ba1112b18d9c7a52b1d0248","kind":"commit","published_at":"2022-11-14T09:52:12.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.8","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.8","dependencies_parsed_at":"2023-05-31T19:55:37.986Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.8/manifests"},{"name":"0.1.7","sha":"216c679e5964dd6058d5a354fa0b8d5be67b99c1","kind":"commit","published_at":"2022-11-14T09:45:30.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.7","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.7","dependencies_parsed_at":"2023-05-31T19:55:38.252Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.7/manifests"},{"name":"0.1.6","sha":"7f5e4288d8f6afd9e80579b71daa9736386f1038","kind":"commit","published_at":"2022-11-13T23:24:21.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.6","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.6","dependencies_parsed_at":"2023-05-31T19:55:38.514Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.6/manifests"},{"name":"0.1.5","sha":"73a97c48b0acc186e18bbbba16881ffdd041e54e","kind":"commit","published_at":"2022-11-13T23:10:46.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.5","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.5","dependencies_parsed_at":"2023-05-31T19:55:38.779Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.5/manifests"},{"name":"0.1.4","sha":"b46acd368ea8af6da092ef39eb433ed402e01944","kind":"commit","published_at":"2022-11-13T22:57:20.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.4","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.4","dependencies_parsed_at":"2023-05-31T19:55:39.100Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.4/manifests"},{"name":"0.1.3","sha":"631da312c3d4137f60135e046cd1a7354c92d410","kind":"commit","published_at":"2022-11-13T22:29:50.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.3","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.3","dependencies_parsed_at":"2023-05-31T19:55:39.406Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.3/manifests"},{"name":"0.1.2","sha":"524d00c60bf18bb30ba7ed6dff335112ee026a81","kind":"commit","published_at":"2022-11-13T22:24:42.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.2","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.2","dependencies_parsed_at":"2023-05-31T19:55:39.663Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.2/manifests"},{"name":"0.1.1","sha":"83165f4808d82c011c8c093103d97f13dcb6d3c3","kind":"commit","published_at":"2022-11-13T22:18:39.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.1","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.1","dependencies_parsed_at":"2023-05-31T19:55:39.932Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.1/manifests"},{"name":"0.1.0","sha":"3ddada4e9ead3394b4d4c7c4d34639c33ce17fdf","kind":"commit","published_at":"2022-11-11T17:47:53.000Z","download_url":"https://codeload.github.com/LukasOrcik/action-lambda-layer/tar.gz/0.1.0","html_url":"https://github.com/LukasOrcik/action-lambda-layer/releases/tag/0.1.0","dependencies_parsed_at":"2023-05-31T19:55:40.204Z","dependency_job_id":null,"purl":"pkg:github/LukasOrcik/action-lambda-layer@0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/tags/0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-09-12T18:34:59.867Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":42.858974907023466,"dependent_packages_count":0.0,"stargazers_count":49.38656863164194,"forks_count":37.2590091052879,"average":32.376138160988326},"purl":"pkg:githubactions/LukasOrcik/action-lambda-layer","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/LukasOrcik/action-lambda-layer","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/LukasOrcik/action-lambda-layer","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/LukasOrcik/action-lambda-layer/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-11-19T16:34:37.304Z","issues_count":0,"pull_requests_count":0,"avg_time_to_close_issue":null,"avg_time_to_close_pull_request":null,"issues_closed_count":0,"pull_requests_closed_count":0,"pull_request_authors_count":0,"issue_authors_count":0,"avg_comments_per_issue":null,"avg_comments_per_pull_request":null,"merged_pull_requests_count":0,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukasOrcik%2Faction-lambda-layer/issues","maintainers":[],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/LukasOrcik%2Faction-lambda-layer/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/LukasOrcik%2Faction-lambda-layer/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/LukasOrcik%2Faction-lambda-layer/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/LukasOrcik%2Faction-lambda-layer/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/LukasOrcik%2Faction-lambda-layer/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/LukasOrcik%2Faction-lambda-layer/codemeta","maintainers":[]}