Skip to content

Commit

Permalink
fixed dependency and commented out sec scan temporarily
Browse files Browse the repository at this point in the history
Jira ticket: CAMS-417
  • Loading branch information
amorrow-flexion committed Dec 26, 2024
1 parent 20d433b commit 989262a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ jobs:
path: common
node-version: ${{ vars.NODE_VERSION }}

security-scan:
name: Security
uses: ./.github/workflows/sub-security-scan.yml
secrets: inherit # pragma: allowlist secret
# security-scan:
# name: Security
# uses: ./.github/workflows/sub-security-scan.yml
# secrets: inherit # pragma: allowlist secret

build:
name: Build
Expand All @@ -116,12 +116,11 @@ jobs:
deploy:
name: Cloud Resource Deployment
uses: ./.github/workflows/sub-deploy.yml
needs:
[
needs: [
setup,
build,
accessibility-test,
security-scan,
# security-scan,
unit-test-frontend,
unit-test-backend,
unit-test-common,
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sub-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
secrets: inherit # pragma: allowlist secret

build-frontend-deployment-artifact:
needs: [deploy-infra]
name: Build Frontend for deployment
uses: ./.github/workflows/reusable-build-frontend.yml
secrets: inherit # pragma: allowlist secret
Expand Down

0 comments on commit 989262a

Please sign in to comment.