Skip to content

Commit

Permalink
chore(main): Fix prettier issues in Trivy workflow (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet authored Sep 16, 2024
1 parent cbf9dc1 commit 5bfe5f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches:
- main
schedule:
- cron: '24 15 * * 5'
- cron: "24 15 * * 5"

permissions:
contents: read
Expand All @@ -31,12 +31,12 @@ jobs:
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/[email protected]
with:
scan-type: 'fs'
format: 'sarif'
exit-code: '1'
output: 'trivy-results.sarif'
scan-type: "fs"
format: "sarif"
exit-code: "1"
output: "trivy-results.sarif"

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/[email protected]
with:
sarif_file: 'trivy-results.sarif'
sarif_file: "trivy-results.sarif"

0 comments on commit 5bfe5f0

Please sign in to comment.