Skip to content

Commit

Permalink
feat: add xeol-io/xeol (#16756)
Browse files Browse the repository at this point in the history
* feat: add xeol-io/xeol

[xeol-io/xeol](https://github.com/xeol-io/xeol): A scanner for end-of-life (EOL) software in container images, filesystems, and SBOMs

* fix(xeol-io/xeol): cx gr
  • Loading branch information
suzuki-shunsuke authored Oct 27, 2023
1 parent 052f6e5 commit 4f2061b
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/xeol-io/xeol/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
packages:
- name: xeol-io/[email protected]
- name: xeol-io/xeol
version: v0.1.0
24 changes: 24 additions & 0 deletions pkgs/xeol-io/xeol/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
packages:
- type: github_release
repo_owner: xeol-io
repo_name: xeol
description: A scanner for end-of-life (EOL) software in container images, filesystems, and SBOMs
asset: xeol_{{trimV .Version}}_{{.OS}}_{{.Arch}}.{{.Format}}
format: tar.gz
overrides:
- goos: windows
format: zip
checksum:
type: github_release
asset: xeol_{{trimV .Version}}_checksums.txt
algorithm: sha256
version_constraint: semver(">= 0.9.5")
# Verify with SLSA didn't work well
# > Verified signature against tlog entry index 44906341 at URL: https://rekor.sigstore.dev/api/v1/log/entries/24296fb24b8ad77a658e74e86e03e7aedcca39eebddebf59310b4d9c463b037951109186d73a5681
# > Verifying artifact /var/folders/lk/bw_hsbdd72l9ckd0tz61xz2m0000gn/T/176337015: FAILED: verifying tag: invalid ref: "": unexpected ref type: ""
version_overrides:
- version_constraint: semver("< 0.9.5")
supported_envs:
- darwin
- linux
- amd64
23 changes: 23 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f2061b

Please sign in to comment.