Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE 406] Fix deploy Github Actions workflow #407

Merged
merged 14 commits into from
Aug 25, 2023
Merged
Prev Previous commit
Next Next commit
add pull_request temp
daphnegold committed Aug 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 31917b639a7c175786ee9245f0952b46623c3d15
1 change: 1 addition & 0 deletions .github/workflows/cd-frontend.yml
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ on:
inputs:
app_name:
description: "name of application folder under infra directory"
default: frontend
required: true
type: string
environment:
15 changes: 8 additions & 7 deletions .github/workflows/ci-vulnerability-scans.yml
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
name: CI Vulnerability Scans

on:
pull_request:
push:
branches:
- main
@@ -15,13 +16,13 @@ on:
- .hadolint.yaml
- .trivyignore
- .github/workflows/ci-vulnerability-scans.yml
pull_request:
paths:
- frontend/**
- .grype.yml
- .hadolint.yaml
- .trivyignore
- .github/workflows/ci-vulnerability-scans.yml
# pull_request:
# paths:
# - frontend/**
# - .grype.yml
# - .hadolint.yaml
# - .trivyignore
# - .github/workflows/ci-vulnerability-scans.yml

env:
APP_NAME: frontend