sync
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user