-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from advanced-security/v2_7_4
feat(version): v2.7.4
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters