Skip to content

Commit

Permalink
Merge pull request #334 from alphagov/add-sca-sast-scans
Browse files Browse the repository at this point in the history
Add CodeQL (SAST) scan and Dependency Review (SCA) scan to CI pipeline
  • Loading branch information
MuriloDalRi committed Nov 27, 2023
2 parents 64e95e3 + ad93f12 commit c9cf9ee
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 @@ -11,6 +11,16 @@ on:
type: string

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

test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c9cf9ee

Please sign in to comment.