enable: activate security-scanning workflow
All checks were successful
security-scanning / audit (push) Successful in 1m22s
All checks were successful
security-scanning / audit (push) Successful in 1m22s
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
name: security-scanning
|
||||
|
||||
# Workflow disabled - to enable, remove the 'if: false' condition
|
||||
on:
|
||||
push:
|
||||
branches: [ main, develop ]
|
||||
@@ -8,9 +7,6 @@ on:
|
||||
branches: [ main, develop ]
|
||||
workflow_dispatch:
|
||||
|
||||
# Disable this workflow
|
||||
if: false
|
||||
|
||||
# Prevent parallel execution - run workflows serially
|
||||
concurrency:
|
||||
group: ci-workflows
|
||||
|
||||
Reference in New Issue
Block a user