Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from ncino/rollout/TRUST-1132
Browse files Browse the repository at this point in the history
TRUST-1132 [skip ci]
  • Loading branch information
prodsec-helper authored Feb 13, 2024
2 parents e2143b6 + c650765 commit b07796b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 101 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/security-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Security Checks

on: pull_request

permissions:
contents: read
pull-requests: write

jobs:
Security-Checks:
name: Security Checks
uses: ncino/security-checks/.github/workflows/security-checks.yml@v1
with:
trufflehog_run: true
trufflehog_ignore_list: >-
spec/lib/ncino.zip,
src/LLC_BI/main/default/staticresources/llc_web_ui/LiveEditor/scripts/common/webimage.htm,
src/staticresources/llc_web_ui.resource,
staticresources/llc_web_ui.resource
secrets: inherit
101 changes: 0 additions & 101 deletions .github/workflows/trufflehog-scan.yml

This file was deleted.

0 comments on commit b07796b

Please sign in to comment.