Skip to content

Commit

Permalink
ci(github): Enable upload to security dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed Feb 1, 2023
1 parent 87d2241 commit 7e5439d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
github.ref == 'refs/heads/master') &&
github.event_name == 'push' }}
docker-image-repo: docker.io/wearefrank/zaakbrug
upload-sarif-to-security: >-
${{ (startsWith(github.ref, 'refs/tags/') ||
github.ref == 'refs/heads/main' ||
github.ref == 'refs/heads/master') &&
github.event_name == 'push' }}
publish-docker:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7e5439d

Please sign in to comment.