File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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.11.0 "
3+ version : " 2.11.1 "
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/[email protected] .0 48+ uses :
advanced-security/[email protected] .1 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.11.0 " https://github.com/advanced-security/policy-as-code.git && cd ./policy-as-code
64+ git clone --branch "v2.11.1 " 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.11.0 " https://github.com/advanced-security/policy-as-code.git
72+ git clone --branch "v2.11.1 " https://github.com/advanced-security/policy-as-code.git
7373cd policy-as-code
7474
7575.\p olicy-as-code.ps1 --help
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
2- __version__ = "2.11.0 "
2+ __version__ = "2.11.1 "
33
44__title__ = "GitHub Advanced Security Policy as Code"
55__name__ = "ghascompliance"
You can’t perform that action at this time.
0 commit comments