Skip to content

Commit

Permalink
Add Sansec eComscan workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mage-os-ci committed Feb 4, 2025
1 parent c1718d6 commit fba663e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sansec-ecomscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
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
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit fba663e

Please sign in to comment.