feat: add more policies for better compliance posture for SOC2 #38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Push | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - '*' | |
| jobs: | |
| test: | |
| permissions: | |
| contents: read | |
| uses: ./.github/workflows/test.yml |