Add copyright and secret scan #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# (C) Copyright 2024 Hewlett Packard Enterprise Development LP | ||
name: Secrets Scanner | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
- master | ||
jobs: | ||
secrets-scanner: | ||
uses: hpe-actions/secrets-scanner/.github/workflows/secrets-scanner.yml@v2 | ||
Check failure on line 14 in .github/workflows/secret-scanner.yml GitHub Actions / .github/workflows/secret-scanner.ymlInvalid workflow file
|