regorus 0.10.1

A fast, lightweight Rego (OPA policy language) interpreter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#
# Environment setup for the Copilot coding agent.
# This workflow prepares the VM so that Copilot can run skills and tools.

steps:
  - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
    with:
      fetch-depth: 0 # full history needed for git diff against main
  - run: git fetch origin main:refs/remotes/origin/main
    name: Ensure origin/main ref is available for diff computation