Skip to content

Remove obsolete secrets scanning #52

Remove obsolete secrets scanning

Remove obsolete secrets scanning #52

Workflow file for this run

on: push
name: Find Secrets
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Self sast-scan
uses: AppThreat/[email protected]
with:
output: reports
type: rust,bash
- name: Upload scan reports
uses: actions/[email protected]
with:
name: sast-scan-reports
path: reports