Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "policy-as-code"
repository: "advanced-security/policy-as-code"
version: "2.10.1"
version: "2.10.2"

ecosystems:
- Python
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.10.1
uses: advanced-security/policy-as-code@v2.10.2
```

> [!WARNING]
Expand All @@ -61,15 +61,15 @@ The Policy as Code project is a self-contained Python based CLI tool.
**Bash / Zsh:**

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

./policy-as-code --help
```

**Powershell:**

```Powershell
git clone --branch "v2.10.1" https://github.com/advanced-security/policy-as-code.git
git clone --branch "v2.10.2" https://github.com/advanced-security/policy-as-code.git
cd policy-as-code

.\policy-as-code.ps1 --help
Expand Down
2 changes: 1 addition & 1 deletion ghascompliance/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
__version__ = "2.10.1"
__version__ = "2.10.2"

__title__ = "GitHub Advanced Security Policy as Code"
__name__ = "ghascompliance"
Expand Down
Loading