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 53d2396
Show file tree
Hide file tree
Showing 3 changed files with 8 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
4 changes: 4 additions & 0 deletions .github/workflows/test-and-push-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ name: Run tests and push Docker image on success
release:
types: [published]

permissions: {}

jobs:
test-and-push:
runs-on: [self-hosted, management-ecr]
permissions:
contents: read
env:
LOGS_BUCKET_NAME: moj-analytics-s3-logs
steps:
Expand Down

0 comments on commit 53d2396

Please sign in to comment.