mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix another typo in the Coverity workflow script
This commit is contained in:
parent
a4d9067327
commit
5fbbbe9548
1 changed files with 1 additions and 1 deletions
2
.github/workflows/coverity-scan.yml
vendored
2
.github/workflows/coverity-scan.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
||||||
COVERITY_TOKEN: ${{ secrets.COVERITY_TOKEN }}
|
COVERITY_TOKEN: ${{ secrets.COVERITY_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
curl \
|
curl \
|
||||||
-o coverity_tool.gz \
|
-o coverity_tool.tgz \
|
||||||
-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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue