mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
Add Sansec eComscan workflow
This commit is contained in:
@@ -7,6 +7,8 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-ecomscan:
|
run-ecomscan:
|
||||||
|
# Skip if it's a push event on a PR (it can't access secrets)
|
||||||
|
if: github.event.pull_request == null || github.event_name != 'push'
|
||||||
name: Run Sansec eComscan
|
name: Run Sansec eComscan
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user