fix: remove unused MFA_PATH constant and improve migration guide #260
Workflow file for this run
This file contains hidden or 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
| name: SCA | |
| on: | |
| push: | |
| branches: ["master", "main", "**"] | |
| jobs: | |
| snyk-cli: | |
| uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main | |
| with: | |
| additional-arguments: "--exclude=README.md,.jfrog" | |
| secrets: inherit |