Drift Sentinel
Sign In
Try the Scanner
Paste your GitHub Actions workflow YAML below and scan for security issues instantly
Workflow YAML
Load example
name: CI on: pull_request_target: branches: [main] jobs: build: runs-on: self-hosted steps: - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} - name: Install deps run: | npm install curl https://example.com/setup.sh | bash - name: Run tests run: npm test env: API_KEY: ${{ secrets.API_KEY }} - name: Deploy run: echo "Deploying ${{ github.event.pull_request.title }}"
Scan for Issues
Results
Click "Scan for Issues" to analyze your workflow