File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11name : " policy-as-code"
22repository : " advanced-security/policy-as-code"
3- version : " 2.9.1 "
3+ version : " 2.10.0 "
44
55ecosystems :
66 - Python
Original file line number Diff line number Diff 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
7373cd policy-as-code
7474
7575.\p olicy-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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments