Skip to content

Commit c1493e9

Browse files
authored
Merge pull request #108 from cloud-gov/2021-11-22-security-considerations-action
add security considerations action
2 parents c366d88 + c72ece8 commit c1493e9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Security Considerations
2+
3+
on:
4+
pull_request:
5+
types: [opened, edited, reopened]
6+
branches: [main, master, develop]
7+
8+
jobs:
9+
security-considerations:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: cloud-gov/security-considerations-action@main

0 commit comments

Comments
 (0)