Skip to content

Commit

Permalink
Merge pull request #1193 from alphagov/add-codeql-to-ci
Browse files Browse the repository at this point in the history
add codeql to ci
  • Loading branch information
wjmurphy authored Oct 12, 2023
2 parents 8556c19 + 391a5d5 commit 114d89c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
name: Security Analysis
uses: alphagov/govuk-infrastructure/.github/workflows/brakeman.yml@main

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

lint-scss:
name: Lint SCSS
uses: alphagov/govuk-infrastructure/.github/workflows/stylelint.yml@main
Expand Down Expand Up @@ -56,4 +62,3 @@ jobs:
env:
RAILS_ENV: test
run: bundle exec rake spec

0 comments on commit 114d89c

Please sign in to comment.