Skip to content

Commit

Permalink
Added CodeQL and Snyk files
Browse files Browse the repository at this point in the history
  • Loading branch information
akadapa committed Jun 18, 2024
1 parent b462d99 commit f520eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: "CodeQL"
# Define when the workflow should be triggered (on push to a specific branch and pull requests to the master branch)
on:
push:
branches: [ "main" ]
branches: [ "master" ]
pull_request:
branches: [ "main" ]
branches: [ "master" ]

# Define the jobs that will be executed as part of the workflow
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snyk-zap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: snyk-zap
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
workflow_dispatch:

# Define the jobs that will be executed as part of the workflow
Expand Down

0 comments on commit f520eaf

Please sign in to comment.