Skip to content

Commit

Permalink
chore: removing owasp for now
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Oct 28, 2024
1 parent 22abad0 commit d5a2f10
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ jobs:
yarn nx format:check --base=$DESTINATION_BRANCH --parallel --max-parallel=3
yarn nx affected -t check-types --base=$DESTINATION_BRANCH --parallel --max-parallel=3
owasp:
name: 🛡️ OWASP Scan
uses: ./.github/workflows/owasp.yml
secrets: inherit
# TODO: fix the owasp pipeline
# owasp:
# name: 🛡️ OWASP Scan
# uses: ./.github/workflows/owasp.yml
# secrets: inherit

build:
name: 👷 Build
Expand Down

0 comments on commit d5a2f10

Please sign in to comment.