-
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
052f6e5
commit 4f2061b
Showing
3 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.