mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
ACS-6650 Avoid running SAST scan on DependaBot PRs (#917)
Skipping SAST scan on DependaBot PRs as it won't provide any additional insights and requires sharing more secrets with DependaBot than we're willing to.
This commit is contained in:
parent
093b87d56f
commit
84dd7eecdb
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -57,6 +57,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: >
|
||||
(github.ref_name == 'master' || startsWith(github.ref_name, 'SP/') || startsWith(github.ref_name, 'HF/') || github.event_name == 'pull_request') &&
|
||||
github.actor != 'dependabot[bot]' &&
|
||||
!contains(github.event.head_commit.message, '[skip tests]')
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user