Skip to content

Commit 921d898

Browse files
author
Didier Botella
committed
add coverity workflow
1 parent d460b32 commit 921d898

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/coverity.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- name: Run a script
2525
run: |
2626
AUTH_KEY=${{ secrets.AUTH_KEY }}
27-
bash ./get-auth.sh
27+
echo ${{ secrets.AUTH_KEY }} > "./auth-key.txt"
28+
chmod 400 auth-key.txt
2829
shell: bash
2930

3031
- name: Coverity Full Scan

0 commit comments

Comments
 (0)