Skip to content

Commit

Permalink
Merge pull request #102 from advanced-security/v2_7_1
Browse files Browse the repository at this point in the history
v2.7.1
  • Loading branch information
GeekMasher authored Feb 22, 2024
2 parents 81058c0 + 1f05b5f commit 08b4d5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Here is how you can quickly setup policy-as-code.
```yaml
# Policy as Code
- name: Advance Security Policy as Code
uses: advanced-security/policy-as-code@v2.7.0
uses: advanced-security/policy-as-code@v2.7.1
```
> [!TIP]
Expand All @@ -54,15 +54,15 @@ The Policy as Code project is a self-contained Python based CLI tool.
**Bash / Zsh:**

```bash
git clone --branch "v2.7.0" https://github.com/advanced-security/policy-as-code.git && cd ./policy-as-code
git clone --branch "v2.7.1" https://github.com/advanced-security/policy-as-code.git && cd ./policy-as-code
./policy-as-code --help
```

**Powershell:**

```Powershell
git clone --branch "v2.7.0" https://github.com/advanced-security/policy-as-code.git
git clone --branch "v2.7.1" https://github.com/advanced-security/policy-as-code.git
cd policy-as-code
.\policy-as-code.ps1 --help
Expand Down Expand Up @@ -124,7 +124,7 @@ Here is an example of using a simple yet cross-organization using Policy as Code
```yaml
# Compliance
- name: Advance Security Policy as Code
uses: advanced-security/policy-as-code@v2.7.0
uses: advanced-security/policy-as-code@v2.7.1
with:
# The owner/repo of where the policy is stored
policy: GeekMasher/security-queries
Expand Down

0 comments on commit 08b4d5d

Please sign in to comment.