Skip to content

Commit

Permalink
chore(3372): rename security-dashboard to tools
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Jul 19, 2024
1 parent ec34bea commit 24d73b8
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- main
paths:
- .github/workflows/build-push-secdashboard.yml
- security-dashboard/**
- .github/workflows/build-push-tools.yml
- tools/**
workflow_dispatch:

env:
Expand Down Expand Up @@ -34,9 +34,9 @@ jobs:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
image-name: bcgov/pltsvc-secdashboard-airflow
docker-context: security-dashboard/airflow
docker-file: security-dashboard/airflow/Dockerfile
image-name: bcgov/pltsvc-tools-airflow
docker-context: tools/airflow
docker-file: tools/airflow/Dockerfile
metadata-tags: |
type=sha,format=long,prefix=,suffix=
Expand All @@ -57,9 +57,9 @@ jobs:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
image-name: bcgov/pltsvc-secdashboard-zap
docker-context: security-dashboard/zap
docker-file: security-dashboard/zap/Dockerfile
image-name: bcgov/pltsvc-tools-zap
docker-context: tools/zap
docker-file: tools/zap/Dockerfile
metadata-tags: |
type=sha,format=long,prefix=,suffix=
Expand All @@ -80,8 +80,8 @@ jobs:
registry-url: ${{ env.GITHUB_REGISTRY }}
registry-username: ${{ github.actor }}
registry-password: ${{ secrets.GITHUB_TOKEN }}
image-name: bcgov/pltsvc-secdashboard-sonarscan
docker-context: security-dashboard/sonarscan
docker-file: security-dashboard/sonarscan/Dockerfile
image-name: bcgov/pltsvc-tools-sonarscan
docker-context: tools/sonarscan
docker-file: tools/sonarscan/Dockerfile
metadata-tags: |
type=sha,format=long,prefix=,suffix=
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- .github/workflows/deploy-secdashboard.yml
- .github/workflows/deploy-tools.yml
- helm/secdash/**

concurrency:
Expand Down
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.

0 comments on commit 24d73b8

Please sign in to comment.