Fix Checkov workflow for Gitea compatibility
All checks were successful
Code Quality & Security Scan / Checkov Security Scan (push) Successful in 30s
Code Quality & Security Scan / SonarQube Trigger (push) Successful in 44s

- Removed upload-artifact step (not supported in Gitea)
- Simplified output to CLI format only
- Checkov results will be displayed in pipeline logs
This commit is contained in:
Patrick de Ruiter 2025-11-01 22:51:19 +01:00
parent 1262a96f93
commit d7bc88ced2
Signed by: pderuiter
GPG Key ID: 5EBA7F21CF583321

View File

@ -21,17 +21,9 @@ jobs:
with: with:
directory: . directory: .
framework: terraform framework: terraform
output_format: cli,sarif output_format: cli
output_file_path: console,results.sarif
soft_fail: false soft_fail: false
- name: Upload Checkov results
if: always()
uses: actions/upload-artifact@v4
with:
name: checkov-results
path: results.sarif
sonarqube: sonarqube:
name: SonarQube Trigger name: SonarQube Trigger
runs-on: ubuntu-latest runs-on: ubuntu-latest