Skip to content

Commit 2823bfc

Browse files
authored
feat(version): Update to v2.9.1
1 parent ea1ae79 commit 2823bfc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "policy-as-code"
2-
version: "2.9.0"
2+
version: "2.9.1"
33

44
locations:
55
- name: "Update Docs"

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Here is how you can quickly setup policy-as-code.
4545
```yaml
4646
# Policy as Code
4747
- name: Advance Security Policy as Code
48-
uses: advanced-security/[email protected].0
48+
uses: advanced-security/[email protected].1
4949
```
5050
5151
> [!WARNING]
@@ -61,15 +61,15 @@ The Policy as Code project is a self-contained Python based CLI tool.
6161
**Bash / Zsh:**
6262

6363
```bash
64-
git clone --branch "v2.9.0" https://github.com/advanced-security/policy-as-code.git && cd ./policy-as-code
64+
git clone --branch "v2.9.1" https://github.com/advanced-security/policy-as-code.git && cd ./policy-as-code
6565
6666
./policy-as-code --help
6767
```
6868

6969
**Powershell:**
7070

7171
```Powershell
72-
git clone --branch "v2.9.0" https://github.com/advanced-security/policy-as-code.git
72+
git clone --branch "v2.9.1" https://github.com/advanced-security/policy-as-code.git
7373
cd policy-as-code
7474
7575
.\policy-as-code.ps1 --help
@@ -128,7 +128,7 @@ Here is an example of using a simple yet cross-organization using Policy as Code
128128
```yaml
129129
# Compliance
130130
- name: Advance Security Policy as Code
131-
uses: advanced-security/[email protected].0
131+
uses: advanced-security/[email protected].1
132132
with:
133133
# The owner/repo of where the policy is stored
134134
policy: GeekMasher/security-queries

ghascompliance/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
__version__ = "2.9.0"
2+
__version__ = "2.9.1"
33

44
__title__ = "GitHub Advanced Security Policy as Code"
55
__name__ = "ghascompliance"

0 commit comments

Comments
 (0)