Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout code
uses: actions/checkout@v6
Expand All @@ -128,29 +127,6 @@ jobs:
- name: Run security checks
run: make security

- name: Run gosec with SARIF output
run: gosec -fmt sarif -out gosec.sarif ./...

- name: Upload gosec results
continue-on-error: true
env:
GITHUB_TOKEN: ${{ github.token }}
run: python3 scripts/upload-sarif-to-code-scanning.py --sarif-file gosec.sarif --category gosec

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
scan-ref: '.'
format: 'sarif'
output: 'trivy-results.sarif'

- name: Upload Trivy results
continue-on-error: true
env:
GITHUB_TOKEN: ${{ github.token }}
run: python3 scripts/upload-sarif-to-code-scanning.py --sarif-file trivy-results.sarif --category trivy

build:
name: Build and Test Docker Images
runs-on: ubuntu-latest
Expand Down
216 changes: 0 additions & 216 deletions scripts/upload-sarif-to-code-scanning.py

This file was deleted.

51 changes: 0 additions & 51 deletions tests/test_upload_sarif_to_code_scanning.py

This file was deleted.

Loading