Skip to content

Commit 863c215

Browse files
committed
chore(ci): add appscan legacy workflow
1 parent caed583 commit 863c215

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: static analysis (legacy)
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- main
8+
workflow_dispatch:
9+
repository_dispatch:
10+
11+
jobs:
12+
scan:
13+
uses: ibm-skills-network/.github/.github/workflows/appscan-legacy.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)