Skip to content

Commit

Permalink
add security-considerations file
Browse files Browse the repository at this point in the history
  • Loading branch information
dandersonsw committed Jun 26, 2024
1 parent f9577e7 commit 96acf54
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/security-considerations.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Security Considerations

on:
pull_request:
types: [opened, edited, reopened]
branches: [main, master, develop]

jobs:
security-considerations:
runs-on: ubuntu-latest
steps:
- uses: cloud-gov/security-considerations-action@main
21 changes: 0 additions & 21 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit 96acf54

Please sign in to comment.