Skip to content

feat: implement agentic rbac remediation logic and mpf skill #27

feat: implement agentic rbac remediation logic and mpf skill

feat: implement agentic rbac remediation logic and mpf skill #27

Workflow file for this run

name: HVE-Deploy
on: [push]
permissions:
id-token: write
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- uses: azure/arm-deploy@v2
with:
scope: subscription
region: eastus2
template: ./infra/main.bicep
deploymentName: 'HVE-First-Push'