Skip to content

feat(vm-samples): Intel TDX support, Confidential OS disk encryption docs, JWT decode fix #9

feat(vm-samples): Intel TDX support, Confidential OS disk encryption docs, JWT decode fix

feat(vm-samples): Intel TDX support, Confidential OS disk encryption docs, JWT decode fix #9

Workflow file for this run

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