mirror of https://github.com/grafana/grafana
CI: Remove zizmor workflow in favor of org workflow (#104879)
* CI: Remove zizmor workflow in favor of org workflow * Update CODEOWNERSpull/104776/head
parent
6043c8aed8
commit
033dc19b48
@ -1,23 +0,0 @@ |
|||||||
name: Zizmor GitHub Actions static analysis |
|
||||||
on: |
|
||||||
pull_request: |
|
||||||
push: |
|
||||||
branches: |
|
||||||
- main |
|
||||||
|
|
||||||
jobs: |
|
||||||
zizmor: |
|
||||||
name: Analyse with Zizmor |
|
||||||
|
|
||||||
permissions: |
|
||||||
actions: read |
|
||||||
contents: read |
|
||||||
# required to comment on pull requests with the results of the check |
|
||||||
pull-requests: write |
|
||||||
# required to upload the results to GitHub's code scanning service |
|
||||||
security-events: write |
|
||||||
|
|
||||||
uses: grafana/shared-workflows/.github/workflows/reusable-zizmor.yml@main # zizmor: ignore[unpinned-uses] |
|
||||||
with: |
|
||||||
fail-severity: high |
|
||||||
min-severity: high |
|
||||||
Loading…
Reference in new issue