Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit b19772b

Browse files
committed
Remove dependency on our python
1 parent ca7811d commit b19772b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tools/tern/manifest.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ name: tern
22
version: "2.12.1"
33
check: ${binary} --version | grep ^Tern | cut -d' ' -f3
44
build_dependencies:
5-
- python
6-
- shiv
7-
runtime_dependencies:
8-
- python
5+
#- python
6+
- shiv
7+
#runtime_dependencies:
8+
#- python
99
#- git
1010
platforms:
11-
- linux/amd64
12-
- linux/arm64
11+
- linux/amd64
12+
- linux/arm64
1313
tags:
14-
- category/security
15-
- lang/python
16-
- type/cli
17-
- sbom
14+
- category/security
15+
- lang/python
16+
- type/cli
17+
- sbom
1818
homepage: https://github.com/tern-tools/tern
1919
description: SCA tool that generates a Software Bill of Materials for container images and Dockerfiles
2020
renovate:

0 commit comments

Comments
 (0)