Skip to content

Commit

Permalink
Updating security workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
recurly-bearley committed Dec 6, 2023
1 parent fff9398 commit 7c75350
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
workflow_dispatch:
push:
branches:
- ${{ github.event.repository.default_branch }}
- staging
- main
- master

jobs:
analyze:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
workflow_dispatch:
push:
branches:
- ${{ github.event.repository.default_branch }}
- staging
- main
- master

jobs:
golang-security-action:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/nancy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
workflow_dispatch:
push:
branches:
- ${{ github.event.repository.default_branch }}
- staging
- main
- master

jobs:
build:
Expand Down

0 comments on commit 7c75350

Please sign in to comment.