Skip to content

Commit

Permalink
fix(schedule-trivy): rename security-checks param to scanners (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare authored Mar 10, 2023
1 parent 1b86bc5 commit 7bfc8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
timeout: ${{ inputs.timeout }}
format: 'sarif'
ignore-unfixed: true
security-checks: 'vuln'
scanners: 'vuln'
output: 'trivy-results.sarif'
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
Expand Down

0 comments on commit 7bfc8ca

Please sign in to comment.