We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Example of using Policy as Code
Simple:
uses: advanced-security/reusable-workflows/.github/workflows/policy-as-code.yml@main secrets: inherit
name: Deploy on: push: branches: [ "main" ] jobs: policy-gate: uses: advanced-security/reusable-workflows/.github/workflows/policy-as-code.yml@main secrets: inherit permissions: contents: read pull-requests: write deploy: needs: [ policy-gate ] # ...
Home
Building / Testing / Publishing:
Linting:
Security:
Repository Management: