Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 4D812BAB6228BBA6
4 changed files with
7 additions and
8 deletions
-
.github/workflows/codacy-analysis.yml
-
.github/workflows/docker-publish.yml
-
.github/workflows/snyk-container.yml
-
.github/workflows/super-linter.yml
|
|
@ -15,10 +15,10 @@ name: Codacy Security Scan |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: ["main"] |
|
|
|
branches: ["main","master"] |
|
|
|
pull_request: |
|
|
|
# The branches below must be a subset of the branches above |
|
|
|
branches: ["main"] |
|
|
|
branches: ["main","master"] |
|
|
|
schedule: |
|
|
|
- cron: "28 22 * * 4" |
|
|
|
|
|
|
|
|
|
@ -2,8 +2,7 @@ name: Docker Publish |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- "main" |
|
|
|
branches: ["main","master"] |
|
|
|
schedule: |
|
|
|
- cron: "0 0 * * *" |
|
|
|
|
|
|
|
|
|
@ -15,10 +15,10 @@ name: Snyk Container |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: ["main"] |
|
|
|
branches: ["main","master"] |
|
|
|
pull_request: |
|
|
|
# The branches below must be a subset of the branches above |
|
|
|
branches: ["main"] |
|
|
|
branches: ["main","master"] |
|
|
|
schedule: |
|
|
|
- cron: "45 1 * * 4" |
|
|
|
|
|
|
|
|
|
@ -8,9 +8,9 @@ name: Lint Code Base |
|
|
|
|
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: ["main"] |
|
|
|
branches: ["main","master"] |
|
|
|
pull_request: |
|
|
|
branches: ["main"] |
|
|
|
branches: ["main","master"] |
|
|
|
jobs: |
|
|
|
run-lint: |
|
|
|
runs-on: ubuntu-latest |
|
|
|