Add scanning when drafting releases

This commit is contained in:
Sebastian Meyer 2020-12-09 16:51:21 +01:00 committed by GitHub
父節點 7c9ac7ddfb
當前提交 52dfe646f2
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 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: