Skip to content

Commit

Permalink
Updated to main branch for the security scanners in the GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
airvzxf committed Jan 23, 2024
1 parent 8a03094 commit 9cead45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-security-njsscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ name: CI ➟ Security ➟ NJS Scan [SARIF]

on:
push:
branches: [ "feat-ci-cd-security" ]
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "feat-ci-cd-security" ]
branches: [ "main" ]
#schedule:
# - cron: '22 20 * * 3'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-security-snyk-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ name: CI ➟ Security ➟ Snyk Validator

on:
push:
branches: [ "feat-ci-cd-security" ]
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "feat-ci-cd-security" ]
branches: [ "main" ]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-security-snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ name: CI ➟ Security ➟ Snyk Scaner [SARIF]

on:
push:
branches: [ "feat-ci-cd-security" ]
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "feat-ci-cd-security" ]
branches: [ "main" ]

permissions:
contents: read
Expand Down

0 comments on commit 9cead45

Please sign in to comment.