Skip to content

Commit

Permalink
chore: add owasp to pr action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOrangePuff committed Oct 28, 2024
1 parent 81937ba commit 0690108
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/owasp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
workflow_dispatch: # Allows manual trigger from the GitHub Actions tab
workflow_call:
inputs:
project:
required: true
type: string
output:
default: 'owasp-results'
type: string
Expand Down Expand Up @@ -49,7 +46,7 @@ jobs:
--format JUNIT
--format HTML
--prettyPrint
--project ${{ inputs.project }}
--project ${{ github.event.repository.name }}
--enableExperimental
--out ${{ inputs.output }}
-s ${{ inputs.scan_path }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ 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

build:
name: 👷 Build
strategy:
Expand Down

0 comments on commit 0690108

Please sign in to comment.