enable: activate security-scanning workflow
All checks were successful
security-scanning / audit (push) Successful in 1m22s

This commit is contained in:
2026-03-28 08:30:21 +01:00
parent 4a4198f10e
commit 1ed69ca9d7

View File

@@ -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