This commit is contained in:
2026-03-24 21:15:45 +01:00
parent 83a7cef9f1
commit d746e98f30
15 changed files with 381 additions and 210 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ A reusable Gitea Action that merges multiple SARIF files into a single SARIF fil
```yaml
- name: Merge SARIF Files
uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/merge-sarif-files@0.0.1
uses: https://gitea.t000-n.de/t.behrendt/osv-scanner-actions/merge-sarif-files@0.0.1
with:
files: |
- test_sarif1.json
@@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Merge SARIF Files
uses: https://gitea.t000-n.de/t.behrendt/trivy-actions/merge-sarif-files@0.0.1
uses: https://gitea.t000-n.de/t.behrendt/osv-scanner-actions/merge-sarif-files@0.0.1
with:
files: |
- test_sarif1.json
+3 -3
View File
@@ -5,9 +5,9 @@
{
"tool": {
"driver": {
"fullName": "Trivy Vulnerability Scanner",
"informationUri": "https://github.com/aquasecurity/trivy",
"name": "Trivy",
"fullName": "OSV-Scanner",
"informationUri": "https://github.com/google/osv-scanner",
"name": "OSV-Scanner",
"rules": [
{
"id": "KSV-0014",
+3 -3
View File
@@ -5,9 +5,9 @@
{
"tool": {
"driver": {
"fullName": "Trivy Vulnerability Scanner",
"informationUri": "https://github.com/aquasecurity/trivy",
"name": "Trivy",
"fullName": "OSV-Scanner",
"informationUri": "https://github.com/google/osv-scanner",
"name": "OSV-Scanner",
"rules": [
{
"id": "CVE-2026-26019",