Skip to content

Commit

Permalink
Remove dev zap scan from staging deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Dec 6, 2024
1 parent d7b9752 commit 579b268
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,10 @@ jobs:
uses: ./.github/workflows/linting.yml
secrets: inherit

scan-dev:
name: Zap Scan
uses: ./.github/workflows/zap-scan.yml
with:
url: "https://fac-dev.app.cloud.gov/"

deploy-infrastructure-staging:
name: Deploy infrastructure (staging)
needs:
- testing
- scan-dev
uses: ./.github/workflows/terraform-apply-env.yml
with:
environment: "staging"
Expand Down

0 comments on commit 579b268

Please sign in to comment.