This repository was archived by the owner on Jan 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpipeline.yml
More file actions
49 lines (48 loc) · 1.33 KB
/
pipeline.yml
File metadata and controls
49 lines (48 loc) · 1.33 KB
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
48
49
---
resources:
- name: osspi-tool
type: git
icon: gitlab
source:
uri: git@gitlab.eng.vmware.com:source-insight-tooling/norsk-to-osspi.git
private_key: ((tas2to.norsk-to-osspi-private-key))
branch: main
- name: wavefront-sdk-go
type: git
source:
uri: git@github.com:wavefrontHQ/wavefront-sdk-go
branch: main
private_key: ((tas2to.github-private-key))
jobs:
- name: wavefront-sdk-go-scan
serial: true
plan:
- in_parallel:
- get: osspi-tool
- get: wavefront-sdk-go
trigger: true
params: { submodules: all }
- in_parallel:
- task: osspi-scan-wavefront-sdk-go
file: osspi-tool/tasks/osspi/run-osspi-source.yaml
input_mapping:
repo1: osspi-tool
repo2: wavefront-sdk-go
params:
REPO: repo2
OSM_ENVIRONMENT: ((osm-environment))
API_KEY: ((tas2to.apikey-((osm-environment))))
USERNAME: ((tas2to.user-((osm-environment))))
PRODUCT: wavefront-sdk-go
VERSION: ((version))
OSM_PACKAGE_GROUP_NAME: wavefront-sdk-go
PREPARE: |
go mod vendor
OSSPI_SCANNING_PARAMS: |
enable: true
include_bomtools: "go_mod"
search_depth: 5
go_mod.path: "/go/bin/go"
OSSPI_IGNORE_RULES: |
- name_regex: stretchr/testify
version_regex: .*