Skip to content

Commit

Permalink
coverity_scan.yml: modify to run scan on miramon driver
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 6, 2024
1 parent d47a2ae commit c8a3a78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/coverity_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: coverity-scan

# Controls when the action will run.
on:
# Run this action on a schedule (we're allowed a maximum of two per day)
#schedule:
# - cron: '0 18 * * SUN' # Sunday at 18:00 UTC

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand All @@ -16,7 +12,7 @@ jobs:

coverity_scan:
runs-on: ubuntu-latest
if: github.repository == 'OSGeo/gdal'
if: github.repository == 'rouault/gdal'

strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverity_scan/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ curl \
--form token=$COVERITY_SCAN_TOKEN \
--form email=$COVERITY_SCAN_EMAIL \
--form [email protected] \
--form version=master \
--form description="`git rev-parse --abbrev-ref HEAD` `git rev-parse --short HEAD`" \
--form version=MiraMon-Vector-driver \
--form description="`git rev-parse --abbrev-ref HEAD` `git rev-parse --short HEAD` (miramon driver)" \
https://scan.coverity.com/builds?project=GDAL

0 comments on commit c8a3a78

Please sign in to comment.