Skip to content

Commit

Permalink
Add CodeQL (SAST) scan and Dependency Review (SCA) scan to CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloDalRi authored Dec 4, 2023
1 parent a4dcd7e commit 3f3c6b8
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 @@ -10,6 +10,16 @@ on:
workflow_dispatch:

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:
name: Test Go
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3f3c6b8

Please sign in to comment.