Skip to content

Commit

Permalink
Disable crda scan workflow temporarily
Browse files Browse the repository at this point in the history
Signed-off-by: divyansh42 <diagrawa@redhat.com>
  • Loading branch information
divyansh42 committed Mar 5, 2024
1 parent eaa95b7 commit ded55cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/security_scan.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Vulnerability Scan with CRDA
on:
push:
# push:
workflow_dispatch:
pull_request_target:
types: [ assigned, opened, synchronize, reopened, labeled, edited ]
schedule:
- cron: '0 0 * * *' # every day at midnight
# pull_request_target:
# types: [ assigned, opened, synchronize, reopened, labeled, edited ]
# schedule:
# - cron: '0 0 * * *' # every day at midnight

jobs:
crda-scan:
Expand Down

0 comments on commit ded55cf

Please sign in to comment.