Add scanning when drafting releases

This commit is contained in:
Sebastian Meyer 2020-12-09 16:51:21 +01:00 зафіксовано GitHub
джерело 7c9ac7ddfb
коміт 52dfe646f2
Не вдалося знайти GPG ключ що відповідає даному підпису
Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
1 змінених файлів з 5 додано та 2 видалено

@ -1,9 +1,12 @@
name: Static Code Analyzing
name: Static Code Analyzing and Security Scanning
on:
# Trigger analysis when pushing in stable branches
# Trigger analysis when pushing in stable branches (which includes merging pull requests)
push:
branches: [master, 2.x]
# Trigger analysis when a new release is drafted
release:
type: [created, edited]
jobs:
sonarcloud: