feat(vm-samples): Intel TDX support, Confidential OS disk encryption docs, JWT decode fix #9
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: Secret Scan | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| - master | |
| - sov-example-1 | |
| jobs: | |
| scan: | |
| runs-on: windows-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v4 | |
| - name: Run repository secret scan | |
| shell: pwsh | |
| run: ./scripts/pre-commit.ps1 -ScanMode all |