Fix Checkov workflow for Gitea compatibility
- 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:
parent
1262a96f93
commit
d7bc88ced2
@ -21,17 +21,9 @@ jobs:
|
||||
with:
|
||||
directory: .
|
||||
framework: terraform
|
||||
output_format: cli,sarif
|
||||
output_file_path: console,results.sarif
|
||||
output_format: cli
|
||||
soft_fail: false
|
||||
|
||||
- name: Upload Checkov results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: checkov-results
|
||||
path: results.sarif
|
||||
|
||||
sonarqube:
|
||||
name: SonarQube Trigger
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user