Skip to content

Commit 50c2001

Browse files
authored
Merge pull request #104 from advanced-security/v2_7_2
feat(version): v2.7.2
2 parents 1d7aa71 + c46a3c3 commit 50c2001

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Here is how you can quickly setup policy-as-code.
3838
```yaml
3939
# Policy as Code
4040
- name: Advance Security Policy as Code
41-
uses: advanced-security/[email protected].1
41+
uses: advanced-security/[email protected].2
4242
```
4343
4444
> [!TIP]
@@ -54,15 +54,15 @@ The Policy as Code project is a self-contained Python based CLI tool.
5454
**Bash / Zsh:**
5555

5656
```bash
57-
git clone --branch "v2.7.1" https://github.com/advanced-security/policy-as-code.git && cd ./policy-as-code
57+
git clone --branch "v2.7.2" https://github.com/advanced-security/policy-as-code.git && cd ./policy-as-code
5858
5959
./policy-as-code --help
6060
```
6161

6262
**Powershell:**
6363

6464
```Powershell
65-
git clone --branch "v2.7.1" https://github.com/advanced-security/policy-as-code.git
65+
git clone --branch "v2.7.2" https://github.com/advanced-security/policy-as-code.git
6666
cd policy-as-code
6767
6868
.\policy-as-code.ps1 --help
@@ -124,7 +124,7 @@ Here is an example of using a simple yet cross-organization using Policy as Code
124124
```yaml
125125
# Compliance
126126
- name: Advance Security Policy as Code
127-
uses: advanced-security/[email protected].1
127+
uses: advanced-security/[email protected].2
128128
with:
129129
# The owner/repo of where the policy is stored
130130
policy: GeekMasher/security-queries

0 commit comments

Comments
 (0)