mirror of
https://abf.rosa.ru/djam/syft.git
synced 2025-04-18 11:24:10 +00:00
Compare commits
14 commits
djam_perso
...
rosa2016.1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
17c8d73787 | ||
![]() |
ee874855b1 | ||
![]() |
fccc2e4422 | ||
![]() |
3ffaf5dd3e | ||
b1dace42de | |||
1ebf02780f | |||
455294616b | |||
41b1d0118e | |||
98a30001e6 | |||
c796b42a4b | |||
408ccc3c5c | |||
c6cb458788 | |||
997cae9be0 | |||
c9124d0e7c |
4 changed files with 24 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
syft-1.13.0.tar.gz: 2efe90db65c589011458d779ee806c3cc987e59e
|
||||
syft-1.22.0.tar.gz: 4094d2be391ab59eeda5689a2b641939250ed585
|
||||
|
|
17
.gitea/workflows/ci.yml
Normal file
17
.gitea/workflows/ci.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
version: '1'
|
||||
|
||||
name: Run CI/CD...
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
main:
|
||||
runs-on: r11_builder
|
||||
steps:
|
||||
- name: Jobs
|
||||
uses: ${{ github.server_url }}/Djam/r11_workflows@main
|
||||
with:
|
||||
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
|
||||
PUBLICATOR: ${{ secrets.PUBLICATOR }}
|
||||
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}
|
||||
|
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
.*~
|
||||
*~
|
||||
.env
|
|
@ -2,7 +2,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: syft
|
||||
Version: 1.13.0
|
||||
Version: 1.22.0
|
||||
Release: 1
|
||||
Summary: CLI tool for generating a SBOM
|
||||
URL: https://github.com/anchore/syft
|
||||
|
@ -12,6 +12,7 @@ Group: Security
|
|||
BuildRequires: go
|
||||
BuildRequires: git-core
|
||||
BuildRequires: upx
|
||||
BuildRequires: pkgconfig(openssl3.3)
|
||||
|
||||
%description
|
||||
A CLI tool and Go library for generating a Software Bill of
|
||||
|
@ -23,7 +24,7 @@ scanner like Grype.
|
|||
%setup -q
|
||||
|
||||
%build
|
||||
export GOPROXY=direct
|
||||
export GOPROXY=https://proxy.golang.org,direct
|
||||
go build -ldflags "-s -w" -o bin/%{name} ./cmd/%{name}
|
||||
|
||||
upx bin/%{name}
|
||||
|
|
Loading…
Add table
Reference in a new issue