Files
launchpad/.gitea/workflows/scan.yaml
T
danijel.simeunovic 8216399155
/ test (push) Failing after 33s
trufflehog
2026-06-11 10:14:25 +02:00

18 lines
331 B
YAML

on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Secret Scanning
uses: trufflesecurity/trufflehog@main
with:
extra_args: --results=verified,unknown