|
3 | 3 | A suite of rules to validate repositories against Microsoft Open Source Software (OSS) requirements. |
4 | 4 | This module is intended to be used by Microsoft repositories, and also serves as a functional example. |
5 | 5 |
|
6 | | -[][1] |
| 6 | +> [!NOTE] |
| 7 | +> This module is being migrated into <https://github.com/microsoft/PSRule> |
| 8 | +> and this repository will be archived in the future. |
| 9 | +> _PSRule for Microsoft OSS_ will continue to be installed as a standalone module, however |
| 10 | +> will adopt the same versioning and release cadence as _PSRule_. |
| 11 | +> |
| 12 | +> This repository currently reflects functionality of release v1.1.0. |
| 13 | +> Please log any new issues at <https://github.com/microsoft/PSRule/issues> |
| 14 | +--- |
7 | 15 |
|
8 | 16 | ## Support |
9 | 17 |
|
10 | 18 | This project uses GitHub Issues to track bugs and feature requests. |
11 | 19 | Please search the existing issues before filing new issues to avoid duplicates. |
12 | 20 |
|
13 | | -- For new issues, file your bug or feature request as a new [issue][2]. |
| 21 | +- For new issues, file your bug or feature request as a new [issue][5]. |
14 | 22 | - For help, discussion, and support questions about using this project, join or start a [discussion][3]. |
15 | 23 |
|
16 | | -If you have any problems with the [PSRule][4] engine, |
17 | | -please check the project GitHub [issues][5] page instead. |
18 | | - |
19 | 24 | Support for this project/ product is limited to the resources listed above. |
20 | 25 |
|
21 | | - [1]: https://vscode.dev/github/microsoft/PSRule.Rules.MSFT.OSS |
22 | | - [2]: https://github.com/microsoft/PSRule.Rules.MSFT.OSS/issues |
23 | | - [3]: https://github.com/microsoft/PSRule.Rules.MSFT.OSS/discussions |
24 | | - [4]: https://github.com/microsoft/PSRule |
| 26 | + [3]: https://github.com/microsoft/PSRule/discussions |
25 | 27 | [5]: https://github.com/microsoft/PSRule/issues |
26 | 28 |
|
27 | 29 | ## Getting started |
@@ -50,11 +52,11 @@ jobs: |
50 | 52 | steps: |
51 | 53 |
|
52 | 54 | - name: Checkout |
53 | | - uses: actions/checkout@v3 |
| 55 | + uses: actions/checkout@v4 |
54 | 56 |
|
55 | 57 | # Run analysis against repository |
56 | 58 | - name: Run PSRule analysis |
57 | | - uses: microsoft/ps-rule@v2.7.0 |
| 59 | + uses: microsoft/ps-rule@v2.9.0 |
58 | 60 | with: |
59 | 61 | modules: 'PSRule.Rules.MSFT.OSS' |
60 | 62 | prerelease: true |
|
0 commit comments