Skip to content

fix: removing release creation run, adding semantic release commit me… #137

fix: removing release creation run, adding semantic release commit me…

fix: removing release creation run, adding semantic release commit me… #137

Workflow file for this run

name: Leaked Secrets Scan
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
TruffleHog:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/[email protected]
with:
egress-policy: audit
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: TruffleHog OSS
uses: trufflesecurity/[email protected]
with:
path: ./
base: ${{ github.event.repository.default_branch }}
head: HEAD