Skip to content

Commit 051935f

Browse files
authored
Merge pull request #166 from advanced-security/v2_10_0
feat(version): v2.10.0
2 parents a527446 + 2d5d279 commit 051935f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "policy-as-code"
22
repository: "advanced-security/policy-as-code"
3-
version: "2.9.1"
3+
version: "2.10.0"
44

55
ecosystems:
66
- Python

README.md

Lines changed: 4 additions & 4 deletions
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/policy-as-code@v2.9.1
48+
uses: advanced-security/policy-as-code@v2.10.0
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.1" https://github.com/advanced-security/policy-as-code.git && cd ./policy-as-code
64+
git clone --branch "2.10.0" 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.1" https://github.com/advanced-security/policy-as-code.git
72+
git clone --branch "2.10.0" https://github.com/advanced-security/policy-as-code.git
7373
cd policy-as-code
7474
7575
.\policy-as-code.ps1 --help
@@ -140,7 +140,7 @@ Here is an example of using a simple yet cross-organization using Policy as Code
140140
```yaml
141141
# Compliance
142142
- name: Advance Security Policy as Code
143-
uses: advanced-security/policy-as-code@v2.9.1
143+
uses: advanced-security/policy-as-code@2.10.0
144144
with:
145145
# The owner/repo of where the policy is stored
146146
policy: GeekMasher/security-queries

ghascompliance/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
__version__ = "2.9.1"
2+
__version__ = "2.10.0"
33

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

0 commit comments

Comments
 (0)