Skip to content

Commit

Permalink
ci: Run code scan on dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriro committed Jun 21, 2024
1 parent fec6402 commit abc0023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/checkmarx-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ name: Checkmarx Scan

# Controls when the workflow will run
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [ "main" ]
push:
branches: [ main, dev ]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fortify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: Fortify AST Scan
# Customize trigger events based on your DevSecOps process and/or policy
on:
push:
branches: [ "main" ]
branches: [ main, dev ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
Expand Down

0 comments on commit abc0023

Please sign in to comment.