-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamass-4.2.0-r16.yaml
46 lines (39 loc) · 1.05 KB
/
amass-4.2.0-r16.yaml
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
package:
name: amass-4.2.0-r16
version: 4.2.0
epoch: 16
description: "attack surfaces and external asset discovery tools set"
copyright:
- license: Apache-2.0
environment:
contents:
packages:
- go
pipeline:
- uses: git-checkout
with:
repository: https://github.com/owasp-amass/amass
tag: v${{package.version}}
expected-commit: 5f1f7176bae60975c1e5be64273cb201f1bb37c3
- uses: go/bump
with:
deps: github.com/jackc/pgx/v5@v5.5.4 google.golang.org/protobuf@v1.33.0 golang.org/x/crypto@v0.31.0 golang.org/x/net@v0.33.0
modroot: .
- uses: go/build
with:
packages: ./cmd/amass
modroot: .
output: amass
ldflags: -X main.version=${{package.version}} -X main.commit=$(git rev-parse HEAD) -X main.date=$(date ${SOURCE_DATE_EPOCH:+ -d@${SOURCE_DATE_EPOCH}} "+%Y-%m-%dT%H:%M:%SZ")
- uses: strip
update:
enabled: true
github:
strip-prefix: v
identifier: owasp-amass/amass
test:
pipeline:
# AUTOGENERATED
- runs: |
amass --version
amass --help