Skip to content

chore(config): migrate renovate config (#63) #125

chore(config): migrate renovate config (#63)

chore(config): migrate renovate config (#63) #125

Workflow file for this run

name: Security
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
static:
name: Static Check
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name:
run: semgrep ci --config=p/default
scan:
name: Leaked Secrets Scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --only-verified