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
|
name: security-scanning
|
||||||
|
|
||||||
# Workflow disabled - to enable, remove the 'if: false' condition
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, develop ]
|
branches: [ main, develop ]
|
||||||
@@ -8,9 +7,6 @@ on:
|
|||||||
branches: [ main, develop ]
|
branches: [ main, develop ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
# Disable this workflow
|
|
||||||
if: false
|
|
||||||
|
|
||||||
# Prevent parallel execution - run workflows serially
|
# Prevent parallel execution - run workflows serially
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ci-workflows
|
group: ci-workflows
|
||||||
|
|||||||
Reference in New Issue
Block a user