Skip to content

Commit

Permalink
SEC-1742: Plume Infosec - Secret Scanning
Browse files Browse the repository at this point in the history
Issue: Enable secret detection on pull requests to default branch
Signed-off-by: Alan Gonzalez <[email protected]>
  • Loading branch information
agonzalez-plume committed Mar 30, 2022
1 parent 558aa4b commit e6d217d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/repo-compliance-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Infosec Compliance

on:
workflow_dispatch:
pull_request:
branches: [ $default-branch ]

jobs:
scan:
name: Code scan
uses: plume-design-inc/infosec-appsec/.github/workflows/compliance-scan.yml@main
secrets:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}

0 comments on commit e6d217d

Please sign in to comment.