Skip to content

Commit

Permalink
Merge pull request #126 from advanced-security/v2_7_4
Browse files Browse the repository at this point in the history
feat(version): v2.7.4
  • Loading branch information
GeekMasher authored Jul 21, 2024
2 parents 4135ee6 + 28d6734 commit a21849d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "policy-as-code"
version: "2.7.3"
version: "2.7.4"

locations:
- name: "Update Docs"
Expand Down
8 changes: 4 additions & 4 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/[email protected].3
uses: advanced-security/[email protected].4
```
> [!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.7.3" https://github.com/advanced-security/policy-as-code.git && cd ./policy-as-code
git clone --branch "v2.7.4" https://github.com/advanced-security/policy-as-code.git && cd ./policy-as-code
./policy-as-code --help
```

**Powershell:**

```Powershell
git clone --branch "v2.7.3" https://github.com/advanced-security/policy-as-code.git
git clone --branch "v2.7.4" https://github.com/advanced-security/policy-as-code.git
cd policy-as-code
.\policy-as-code.ps1 --help
Expand Down Expand Up @@ -128,7 +128,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/[email protected].3
uses: advanced-security/[email protected].4
with:
# The owner/repo of where the policy is stored
policy: GeekMasher/security-queries
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.7.3"
__version__ = "2.7.4"

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

0 comments on commit a21849d

Please sign in to comment.