Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickossdev authored Aug 1, 2024
1 parent cc961b3 commit ec8948a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,3 @@ jobs:
with:
file_or_dir: .github/workflows
config_file: .yamllint.yml

- name: Run Trivy vulnerability scanner in IaC mode
uses: aquasecurity/trivy-action@master
continue-on-error: true
with:
scan-type: 'config'
hide-progress: false
format: 'sarif'
output: 'trivy-results.sarif'
severity: 'CRITICAL,HIGH'

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v3
if: success() || failure()
with:
sarif_file: 'trivy-results.sarif'

0 comments on commit ec8948a

Please sign in to comment.