t.behrendt db1011147f
CI / Test Setup OSV offline DB (pull_request) Has been cancelled
CI / Test Get Images From Files (pull_request) Has been cancelled
CI / Test Merge SARIF Files (pull_request) Has been cancelled
docs: remove bad examples
2026-03-25 18:54:47 +01:00
2026-03-24 21:18:56 +01:00
2026-03-24 21:15:45 +01:00
2026-03-24 21:15:45 +01:00
2026-03-25 18:54:47 +01:00
2025-11-08 17:49:23 +01:00
2026-03-24 21:18:56 +01:00
2026-03-24 21:15:45 +01:00

OSV-Scanner Actions

Gitea-compatible composite actions around Google OSV-Scanner: cache the offline vulnerability database, merge SARIF reports, and extract container image references from manifests. Install the osv-scanner CLI from upstream releases (or your package manager) in your workflow.

Actions

Directory Purpose
setup-osv-db Restore or populate selected ecosystem zips via curl; cache key includes hour bucket + ecosystem list.
merge-sarif-files Merge multiple SARIF files into one (tool-agnostic).
get-images-from-files Parse Dockerfiles, Kubernetes YAML, Compose, and Helmfile values for image refs (useful with osv-scanner scan image …).

Workflows

  • CI (.gitea/workflows/ci.yaml): tests the actions above on pull_request.
  • CD / Prerelease: tag bump workflows unchanged (no scanner).

Documentation

Each action directory has its own README.md with inputs, outputs, and examples.

S
Description
Gitea Action to setup trivy binary
Readme 394 KiB
Languages
Dockerfile 100%