blob: 8bb384a4c31ea35a638c9ca825e028cfb0904f6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
pkgbase = slsa-github-generator
pkgdesc = Language-agnostic SLSA provenance generation for Github Actions
pkgver = 2.1.0
pkgrel = 3
url = https://github.com/slsa-framework/slsa-github-generator
arch = x86_64
license = Apache-2.0
makedepends = git
makedepends = go
source = slsa-github-generator::git+https://github.com/slsa-framework/slsa-github-generator.git#tag=v2.1.0
sha256sums = 6a6c6b33364e6bd0ff8af4887e4a79a9a8aeef67fdf6850fa862b16658dcaef7
pkgname = slsa-github-generator
pkgdesc = Language-agnostic SLSA provenance generation for Github Actions (meta)
arch = any
depends = slsa-builder-docker=2.1.0-3
depends = slsa-builder-go=2.1.0-3
depends = slsa-generator-container=2.1.0-3
depends = slsa-generator-generic=2.1.0-3
pkgname = slsa-github-generator-common
pkgdesc = Language-agnostic SLSA provenance generation for Github Actions (common files)
arch = any
pkgname = slsa-builder-docker
pkgdesc = Language-agnostic SLSA provenance generation for Github Actions (docker target)
url = https://github.com/slsa-framework/slsa-github-generator/tree/main/internal/builders/docker
depends = slsa-github-generator-common=2.1.0-3
depends = glibc
pkgname = slsa-builder-go
pkgdesc = Language-agnostic SLSA provenance generation for Github Actions (go target)
url = https://github.com/slsa-framework/slsa-github-generator/tree/main/internal/builders/go
depends = slsa-github-generator-common=2.1.0-3
depends = glibc
pkgname = slsa-generator-container
pkgdesc = Language-agnostic SLSA provenance generation for Github Actions (container target)
url = https://github.com/slsa-framework/slsa-github-generator/tree/main/internal/builders/container
depends = slsa-github-generator-common=2.1.0-3
depends = glibc
pkgname = slsa-generator-generic
pkgdesc = Language-agnostic SLSA provenance generation for Github Actions (generic target)
url = https://github.com/slsa-framework/slsa-github-generator/tree/main/internal/builders/generic
depends = slsa-github-generator-common=2.1.0-3
depends = glibc
|