-
Notifications
You must be signed in to change notification settings - Fork 0
43 lines (39 loc) · 1.46 KB
/
cicd.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: Continuos Integration
on:
- push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
permissions: read-all
jobs:
bot:
uses: anselmes/cicd/.github/workflows/bot.yml@d432be297b0bd273290f1f27597fcae874705551 # main https://github.com/anselmes/cicd/commit/d432be297b0bd273290f1f27597fcae874705551
permissions:
issues: write
pull-requests: write
repository-projects: write
trivy:
uses: anselmes/cicd/.github/workflows/trivy.yml@d432be297b0bd273290f1f27597fcae874705551 # main https://github.com/anselmes/cicd/commit/d432be297b0bd273290f1f27597fcae874705551
permissions:
contents: write
id-token: write
security-events: write
scorecard:
uses: anselmes/cicd/.github/workflows/scorecard.yml@d432be297b0bd273290f1f27597fcae874705551 # main https://github.com/anselmes/cicd/commit/d432be297b0bd273290f1f27597fcae874705551
permissions:
actions: read
attestations: read
checks: read
contents: read
deployments: read
discussions: read
id-token: write
issues: read
packages: read
pages: read
pull-requests: read
repository-projects: read
security-events: write
statuses: read
# sonarqube:
# uses: anselmes/cicd/.github/workflows/sonarqube.yml@d432be297b0bd273290f1f27597fcae874705551 # main https://github.com/anselmes/cicd/commit/d432be297b0bd273290f1f27597fcae874705551