Skip to content

Commit

Permalink
Merge pull request #62 from alphagov/add-security-scans
Browse files Browse the repository at this point in the history
Add security scans to CI
  • Loading branch information
AgaDufrat authored Oct 23, 2024
2 parents f2ab527 + 010a2e3 commit 08efe1c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ on:
pull_request:

jobs:
codeql-sast:
name: CodeQL SAST scan
uses: alphagov/govuk-infrastructure/.github/workflows/codeql-analysis.yml@main
permissions:
security-events: write

dependency-review:
name: Dependency Review scan
uses: alphagov/govuk-infrastructure/.github/workflows/dependency-review.yml@main

lint:
name: Lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 08efe1c

Please sign in to comment.