Skip to content

Merge pull request #10 from komune-io/feat/githubActionPublish #21

Merge pull request #10 from komune-io/feat/githubActionPublish

Merge pull request #10 from komune-io/feat/githubActionPublish #21

Workflow file for this run

name: Security Analysis Workflow
on:
pull_request:
types: [opened, synchronize, labeled]
push:
branches:
- main
- 'release/*'
jobs:
sec:
uses: komune-io/fixers-gradle/.github/workflows/sec-workflow.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
permissions:
contents: write
pull-requests: read
security-events: write
packages: read