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:
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user