This is the Rust version of the discord bot created for FBT Heaven
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Aws secret scan

+7 -1
+7 -1
.github/workflows/detect-new-secrets.yml
··· 16 16 - name: Checkout 17 17 uses: actions/checkout@v1 18 18 - name: Execute secret-search 19 - uses: Hacks4Snacks/secret-search@main 19 + uses: Hacks4Snacks/secret-search@main 20 + secret-scanner: 21 + runs-on: 'ubuntu-latest' 22 + name: This action scans git repos using awslabs/git-secrets. 23 + steps: 24 + - uses: actions/checkout@v2 25 + - uses: kams-mash/gh-secrets-scanner-action@master