Compare commits

...

14 commits

Author SHA1 Message Date
Your Name
17c8d73787 1.22.0
All checks were successful
Run CI/CD... / main (push) Successful in 7m25s
2025-04-01 19:48:34 +00:00
Your Name
ee874855b1 1.21.0
All checks were successful
Run CI/CD... / main (push) Successful in 6m47s
2025-03-17 21:23:18 +00:00
Your Name
fccc2e4422 1.20.0
All checks were successful
Run CI/CD... / main (push) Successful in 10m14s
2025-02-21 20:57:56 +00:00
Your Name
3ffaf5dd3e Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Has been cancelled
2025-01-31 15:34:02 +00:00
b1dace42de 1.19.0
All checks were successful
Run CI/CD... / main (push) Successful in 7m35s
2025-01-22 20:31:04 +00:00
1ebf02780f Добавление .gitignore и .gitea/workflows/ci.yml 2025-01-08 00:21:11 +03:00
455294616b 1.18.1 2024-12-13 19:32:37 +00:00
41b1d0118e 1.17.0 2024-11-21 21:03:08 +00:00
98a30001e6 1.16.0 2024-11-05 06:50:39 +00:00
c796b42a4b 1.15.0 2024-10-29 21:34:02 +00:00
408ccc3c5c 1.14.2 2024-10-22 09:52:34 +00:00
c6cb458788 1.14.1 2024-10-18 18:30:48 +00:00
997cae9be0 1.14.0 2024-10-08 08:42:46 +00:00
c9124d0e7c 1.14.0 2024-10-08 07:46:25 +00:00
4 changed files with 24 additions and 3 deletions

View file

@ -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
View 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
View file

@ -0,0 +1,3 @@
.*~
*~
.env

View file

@ -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}