Skip to content

Commit

Permalink
chore: fix formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Oct 25, 2024
1 parent bcfecba commit e381455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/owasp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: OWASP Dependency Check

on:
schedule:
- cron: '0 0 * * *' # Runs daily at midnight
workflow_dispatch: # Allows manual trigger from the GitHub Actions tab
- cron: '0 0 * * *' # Runs daily at midnight
workflow_dispatch: # Allows manual trigger from the GitHub Actions tab

jobs:
owasp_scan:
Expand All @@ -17,7 +17,7 @@ jobs:
with:
scanPath: './yarn.lock'
suppressionFile: './suppression.xml'
failOnCVSS: 1 # Fail if CVSS score > 1
failOnCVSS: 1 # Fail if CVSS score > 1

- name: Upload OWASP report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e381455

Please sign in to comment.