Skip to content

Commit 80b8337

Browse files
authored
chore(ci): add static analysis workflow (#3)
* chore(ci): add static analysis workflow * chore(ci): add static analysis workflow * chore(ci): add static analysis workflow
1 parent ba0d267 commit 80b8337

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/static-analysis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: static analysis
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
10+
11+
jobs:
12+
scan:
13+
uses: ibm-skills-network/.github/.github/workflows/static-analysis.yml@main
14+
secrets:
15+
skills-network-bot-app-id: ${{ secrets.SKILLS_NETWORK_BOT_APP_ID }}
16+
skills-network-bot-private-key: ${{ secrets.SKILLS_NETWORK_BOT_PRIVATE_KEY }}
17+
asoc-key: ${{ secrets.ASOC_KEY }}
18+
asoc-secret: ${{ secrets.ASOC_SECRET }}

0 commit comments

Comments
 (0)