fix: update README.md file to list explicit secure practices to apply #528
Workflow file for this run
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: policy conformance | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| permissions: | |
| statuses: write | |
| checks: write | |
| contents: read | |
| pull-requests: read | |
| jobs: | |
| conform: | |
| uses: GeoNet/Actions/.github/workflows/reusable-policy-conformance.yml@main |