File tree 2 files changed +4
-26
lines changed
2 files changed +4
-26
lines changed Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
9
9
jobs :
10
- update_release_draft :
11
- runs-on : ubuntu-latest
12
- steps :
13
- # Draft your next Release notes as Pull Requests are merged into the default branch
14
- - uses : release-drafter/release-drafter@v5
15
- env :
16
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
10
+ draft-release :
11
+ uses : cpp-linter/.github/.github/workflows/release-drafter.yml@main
Original file line number Diff line number Diff line change 20
20
21
21
jobs :
22
22
snyk :
23
- runs-on : ubuntu-latest
24
- steps :
25
- - uses : actions/checkout@v2
26
- - name : Run Snyk to check Docker image for vulnerabilities
27
- continue-on-error : true
28
- uses : snyk/actions/docker@master
29
- env :
30
- # In order to use the Snyk Action you will need to have a Snyk API token.
31
- # More details in https://github.com/snyk/actions#getting-your-snyk-token
32
- # or you can signup for free at https://snyk.io/login
33
- SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
34
- with :
35
- image : xianpengshen/clang-tools:all
36
- args : --severity-threshold=high --file=Dockerfile.all
37
-
38
- - name : Upload result to GitHub Code Scanning
39
- uses : github/codeql-action/upload-sarif@v2
40
- with :
41
- sarif_file : snyk.sarif
23
+ uses : cpp-linter/.github/.github/workflows/snyk-container.yml@main
24
+ secrets : inherit
You can’t perform that action at this time.
0 commit comments