Skip to content

Update secretScanning.yml #2

Update secretScanning.yml

Update secretScanning.yml #2

name: "SecretScan"
on:
push:
branches: [dev, main]
pull_request:
# The branches below must be a subset of the branches above
branches: [dev, main]
jobs:
Secret-Scanning:
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
with:
fetch-depth: 0
- uses: LexisNexis-RBA/risk-seceng-SecretScanningGitHubAction@v1