Update security-scan.yml

This commit is contained in:
mcollao-hc 2022-12-05 16:23:37 -06:00 committed by GitHub
parent c660bbc03d
commit 571a61af01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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