mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
CI: Fix escaping in coverity workflow
This commit is contained in:
parent
adf02b487f
commit
5d55d40764
1 changed files with 3 additions and 3 deletions
6
.github/workflows/coverity-scan.yml
vendored
6
.github/workflows/coverity-scan.yml
vendored
|
@ -53,9 +53,9 @@ jobs:
|
||||||
COVERITY_TOKEN: ${{ secrets.COVERITY_TOKEN }}
|
COVERITY_TOKEN: ${{ secrets.COVERITY_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
curl \
|
curl \
|
||||||
-o coverity_tool.gz
|
-o coverity_tool.gz \
|
||||||
-d token=${COVERITY_TOKEN}
|
-d token=${COVERITY_TOKEN} \
|
||||||
-d project=Bro
|
-d project=Bro \
|
||||||
https://scan.coverity.com/download/cxx/linux64
|
https://scan.coverity.com/download/cxx/linux64
|
||||||
tar xzf coverity_tool.tgz
|
tar xzf coverity_tool.tgz
|
||||||
rm coverity_tool.tgz
|
rm coverity_tool.tgz
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue