Skip to content

Commit

Permalink
Updated trivy.yml and trufflehog.yml GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysSirchenko committed Nov 14, 2024
1 parent 71652fd commit 5511591
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Trivy Security Scan
on:
push:
branches:
- '*' # Triggers on pushes to all branches
- master
pull_request:

jobs:
trivy-secrets-scan:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/trufflehog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Trufflehog Security Scan
on:
push:
branches:
- '*' # Triggers on pushes to all branches
- master
pull_request:

jobs:
trufflehog-vulnerability-detection:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5511591

Please sign in to comment.