Skip to content

ci(WORKFLOWS): Updated Docker build & push to work only on tags #7

ci(WORKFLOWS): Updated Docker build & push to work only on tags

ci(WORKFLOWS): Updated Docker build & push to work only on tags #7

Workflow file for this run

name: Secret Detection
on:
push:
branches:
- main
jobs:
scan-secrets:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.67.6