File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
goharbor/harbor-scanner-trivy Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 99# #@ GIT/Repo Targets
1010clone-repo : # # Clone upstream `harbor-scanner-trivy`
1111checkout-repo : # # Checkout upstream tag based on value in GIT_TAG file
12- patch-repo : # # Patch upstream repo with patches in patches directory
1312
1413# #@ Binary Targets
1514binaries : # # Build all binaries: `scanner-trivy` for `linux/amd64 linux/arm64`
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ hook-acpid/images/push: ## Builds/pushes `hook-acpid/images/push`
4343# #@ Fetch Binary Targets
4444_output/dependencies/linux-amd64/eksa/containerd/containerd : # # Fetch `_output/dependencies/linux-amd64/eksa/containerd/containerd`
4545_output/dependencies/linux-arm64/eksa/containerd/containerd : # # Fetch `_output/dependencies/linux-arm64/eksa/containerd/containerd`
46- _output/dependencies/linux-amd64/eksa/tinkerbell/tink : # # Fetch `_output/dependencies/linux-amd64/eksa/tinkerbell/tink `
47- _output/dependencies/linux-arm64/eksa/tinkerbell/tink : # # Fetch `_output/dependencies/linux-arm64/eksa/tinkerbell/tink `
46+ _output/dependencies/linux-amd64/eksa/tinkerbell/tinkerbell : # # Fetch `_output/dependencies/linux-amd64/eksa/tinkerbell/tinkerbell `
47+ _output/dependencies/linux-arm64/eksa/tinkerbell/tinkerbell : # # Fetch `_output/dependencies/linux-arm64/eksa/tinkerbell/tinkerbell `
4848_output/dependencies/linux-amd64/eksa/linuxkit/linuxkit : # # Fetch `_output/dependencies/linux-amd64/eksa/linuxkit/linuxkit`
4949_output/dependencies/linux-arm64/eksa/linuxkit/linuxkit : # # Fetch `_output/dependencies/linux-arm64/eksa/linuxkit/linuxkit`
5050
Original file line number Diff line number Diff line change 66# This is added to help document dynamic targets and support shell autocompletion
77
88
9- # #@ GIT/Repo Targets
10- clone-repo : # # Clone upstream `tinkerbell`
11- checkout-repo : # # Checkout upstream tag based on value in GIT_TAG file
12-
139# #@ Helm Targets
1410helm/build : # # Build helm chart
1511helm/push : # # Build helm chart and push to registry defined in IMAGE_REPO.
@@ -37,7 +33,6 @@ all-attributions-checksums: ## Update attribution and checksums files for all RE
3733# #@ Clean Targets
3834clean : # # Removes source and _output directory
3935clean-go-cache : # # Removes the GOMODCACHE AND GOCACHE folders
40- clean-repo : # # Removes source directory
4136
4237# #@Fetch Binary Targets
4338handle-dependencies : # # Download and extract TARs for each dependency listed in PROJECT_DEPENDENCIES
You can’t perform that action at this time.
0 commit comments