Skip to content

Commit

Permalink
Attempt to resolve checkov errors
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljcollinsuk committed Apr 22, 2024
1 parent 2c70558 commit 4ea4050
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on:
schedule:
- cron: '43 11 * * 1'

permissions: {}

jobs:
analyze:
name: Analyze
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/enforce-version-pinning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
branches: [main]

permissions: {}

jobs:
check-version-pinning:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-and-push-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: Run tests and push Docker image on success
release:
types: [published]

permissions: {}

jobs:
test-and-push:
runs-on: [self-hosted, management-ecr]
Expand Down

0 comments on commit 4ea4050

Please sign in to comment.