Update security-scan.yml
This commit is contained in:
parent
c660bbc03d
commit
571a61af01
|
@ -10,7 +10,7 @@ jobs:
|
|||
scan:
|
||||
runs-on:
|
||||
labels: ['linux', 'large']
|
||||
if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
if: ${{ github.actor != 'dependabot[bot]' || github.actor != 'hc-github-team-secure-vault-core' }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Reference in New Issue