mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-03-26 03:37:47 +01:00
Disable crda scan workflow temporarily
Signed-off-by: divyansh42 <diagrawa@redhat.com>
This commit is contained in:
parent
eaa95b72b2
commit
ded55cf56a
1 changed files with 5 additions and 5 deletions
10
.github/workflows/security_scan.yml
vendored
10
.github/workflows/security_scan.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue