Skip to content

Bump azure-storage-blob from 12.23.1 to 12.24.0 #7

Bump azure-storage-blob from 12.23.1 to 12.24.0

Bump azure-storage-blob from 12.23.1 to 12.24.0 #7

Workflow file for this run

name: "Scan project for secrets & sensitive information"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
secret-scan:
name: Scan project for secrets
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Secret scanning
uses: trufflesecurity/trufflehog@main
with:
base: ""
head: ${{ github.ref_name }}
extra_args: --only-verified