Skip to content

Commit

Permalink
Minor documentation updates (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Aug 18, 2022
1 parent 7ba8cf3 commit fc289d7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See [upgrade notes][1] for helpful information when upgrading from previous vers
What's changed since pre-release v2.4.0-B0022:

- New features:
- **Experimental**: Added support for functions within YAML and JSON expressions.
- **Experimental**: Added support for functions within YAML and JSON expressions by @BernieWhite.
[#1227](https://github.com/microsoft/PSRule/issues/1227)
- Added conversion functions `boolean`, `string`, and `integer`.
- Added lookup functions `configuration`, and `path`.
Expand Down
4 changes: 2 additions & 2 deletions docs/analysis-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The output format can be configuring by setting the `Output.Format` option to on
```yaml hl_lines="5-6"
# Analyze and save results
- name: Analyze repository
uses: microsoft/ps-rule@v2.1.0
uses: microsoft/ps-rule@v2.3.2
with:
outputFormat: Sarif
outputPath: reports/ps-rule-results.sarif
Expand Down Expand Up @@ -237,7 +237,7 @@ To configure GitHub Actions, perform the following steps:
uses: actions/checkout@v3

- name: Run PSRule analysis
uses: microsoft/ps-rule@v2.1.0
uses: microsoft/ps-rule@v2.3.2
with:
outputFormat: Sarif
outputPath: reports/ps-rule-results.sarif
Expand Down
2 changes: 1 addition & 1 deletion docs/creating-your-pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Within the root directory of your IaC repository:

# Analyze Azure resources using PSRule for Azure
- name: Analyze Azure template files
uses: microsoft/ps-rule@v2.1.0
uses: microsoft/ps-rule@v2.3.2
with:
modules: 'PSRule.Rules.Azure'
```
Expand Down
2 changes: 1 addition & 1 deletion docs/install-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Install and use PSRule with GitHub Actions by referencing the `Microsoft/ps-rule

```yaml
- name: Analyze Azure template files
uses: microsoft/ps-rule@v2.1.0
uses: microsoft/ps-rule@v2.3.2
```
This will automatically install compatible versions of all dependencies.
Expand Down

0 comments on commit fc289d7

Please sign in to comment.