Skip to content

Commit

Permalink
Add dependency review action
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcdawkins committed Dec 16, 2024
1 parent 802f483 commit 30fb185
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
name: Secret scanning
name: Security
on: [pull_request]

on:
push:
branches:
pull_request:
branches:
permissions:
contents: read

jobs:
scan:
check:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Scan for secrets
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4

- name: 'Scan for secrets'
uses: trufflesecurity/trufflehog@main
with:
extra_args: --only-verified

0 comments on commit 30fb185

Please sign in to comment.