Skip to content

Add Reader role for researchers on private and public storage (#123) #31

Add Reader role for researchers on private and public storage (#123)

Add Reader role for researchers on private and public storage (#123) #31

Workflow file for this run

#
# Analyze repository with PSRule
#
name: Analyze repository with PSRule
# Run analysis for main or PRs against main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
analyze:
name: Analyze repository
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run PSRule analysis
uses: microsoft/ps-rule@v2.9.0
with:
modules: PSRule.Rules.Azure