Skip to content

Commit

Permalink
Move .graphics to .github/graphics dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Mar 6, 2024
1 parent 586f8fe commit 13de618
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 8 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths-ignore:
- '*.md'
- '.github/**'
- '.graphics/**'
- '.github/graphics/**'
- '!.github/workflows/**'
workflow_dispatch:
inputs:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Create a new repository using this repository as a template.

* Verify bcgov/quickstart-openshift is selected under Repository template

![](./.graphics/template.png)
![](./.github/graphics/template.png)

## Secrets and Variables

Expand Down Expand Up @@ -236,7 +236,7 @@ This is required to prevent direct pushes and merges to the default branch. The
* `[check] Require conversation resolution before merging`
* `[check] Include administrators` (optional)

![](./.graphics/branch-protection.png)
![](./.github/graphics/branch-protection.png)

### Adding Team Members

Expand All @@ -261,7 +261,7 @@ Runs on pull request submission.
* Deployment includes curl checks and optional penetration tests
* Other checks and updates as required

![](.graphics/pr-open.png)
![](.github/graphics/pr-open.png)

## Analysis

Expand All @@ -272,7 +272,7 @@ Runs on pull request submission or merge to the default branch.
* CodeQL/GitHub security reporting
* Trivy password, vulnerability and security scanning

![](.graphics/analysis.png)
![](.github/graphics/analysis.png)

## Pull Request Closed

Expand All @@ -281,7 +281,7 @@ Runs on pull request close or merge.
* Cleans up OpenShift objects/artifacts
* Merge promotes successful build images to TEST

![](.graphics/pr-close.png)
![](.github/graphics/pr-close.png)

## Merge

Expand All @@ -295,7 +295,7 @@ Runs on merge to main branch.

\* excludes database changes

![](.graphics/merge.png)
![](.github/graphics/merge.png)

# App Stack

Expand Down Expand Up @@ -334,7 +334,7 @@ After a full workflow run and merge can been run, please do the following:
3. Select `gh-pages`
4. Click `Save`

![img.png](.graphics/schemaspy.png)
![img.png](.github/graphics/schemaspy.png)

# Resources

Expand Down

0 comments on commit 13de618

Please sign in to comment.