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.
1 parent 6e9aa59 commit cd76cefCopy full SHA for cd76cef
.github/workflows/static_analysis.yml
@@ -95,3 +95,30 @@ jobs:
95
- name: Run dart custom_lint
96
run: dart run custom_lint
97
working-directory: ./mobile
98
+
99
+ zizmor:
100
+ name: zizmor
101
+ runs-on: ubuntu-latest
102
+ permissions:
103
+ security-events: write
104
+ contents: read
105
+ actions: read
106
+ steps:
107
+ - name: Checkout repository
108
+ uses: actions/checkout@v4
109
+ with:
110
+ persist-credentials: false
111
112
+ - name: Install the latest version of uv
113
+ uses: astral-sh/setup-uv@v5
114
115
+ - name: Run zizmor 🌈
116
+ run: uvx zizmor --format=sarif . > results.sarif
117
+ env:
118
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119
120
+ - name: Upload SARIF file
121
+ uses: github/codeql-action/upload-sarif@v3
122
123
+ sarif_file: results.sarif
124
+ category: zizmor
0 commit comments