File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : " policy-as-code"
2
2
repository : " advanced-security/policy-as-code"
3
- version : " 2.10.0 "
3
+ version : " 2.10.1 "
4
4
5
5
ecosystems :
6
6
- 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.
45
45
``` yaml
46
46
# Policy as Code
47
47
- name : Advance Security Policy as Code
48
- uses :
advanced-security/[email protected] .0
48
+ uses :
advanced-security/[email protected] .1
49
49
` ` `
50
50
51
51
> [!WARNING]
@@ -61,15 +61,15 @@ The Policy as Code project is a self-contained Python based CLI tool.
61
61
**Bash / Zsh:**
62
62
63
63
` ` ` bash
64
- git clone --branch "2 .10.0 " https://github.com/advanced-security/policy-as-code.git && cd ./policy-as-code
64
+ git clone --branch "v2 .10.1 " https://github.com/advanced-security/policy-as-code.git && cd ./policy-as-code
65
65
66
66
./policy-as-code --help
67
67
` ` `
68
68
69
69
**Powershell:**
70
70
71
71
` ` ` Powershell
72
- git clone --branch "2 .10.0 " https://github.com/advanced-security/policy-as-code.git
72
+ git clone --branch "v2 .10.1 " https://github.com/advanced-security/policy-as-code.git
73
73
cd policy-as-code
74
74
75
75
.\p olicy-as-code.ps1 --help
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
- __version__ = "2.10.0 "
2
+ __version__ = "2.10.1 "
3
3
4
4
__title__ = "GitHub Advanced Security Policy as Code"
5
5
__name__ = "ghascompliance"
You can’t perform that action at this time.
0 commit comments