Skip to content

Commit b44351d

Browse files
Add code scan workflow
1 parent 64971c1 commit b44351d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: DigiCert Code Scan
2+
on: workflow_dispatch
3+
jobs:
4+
noop:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- run: echo "This is just a placeholder"

0 commit comments

Comments
 (0)