Skip to content

Commit

Permalink
rename docekr image scan workflow
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Aug 2, 2023
1 parent e439ab0 commit c758d03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
File renamed without changes.
16 changes: 8 additions & 8 deletions .github/workflows/dockers-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,41 +30,41 @@ jobs:
- uses: ./.github/actions/dump-context

agent-ngt:
uses: ./.github/workflows/_docker-image_scan.yaml
uses: ./.github/workflows/_docker-image-scan.yaml
with:
target: agent-ngt

agent-sidecar:
uses: ./.github/workflows/_docker-image_scan.yaml
uses: ./.github/workflows/_docker-image-scan.yaml
with:
target: agent-sidecar

discoverer-k8s:
uses: ./.github/workflows/_docker-image_scan.yaml
uses: ./.github/workflows/_docker-image-scan.yaml
with:
target: discoverer-k8s

manager-index:
uses: ./.github/workflows/_docker-image_scan.yaml
uses: ./.github/workflows/_docker-image-scan.yaml
with:
target: manager-index

operator-helm:
uses: ./.github/workflows/_docker-image_scan.yaml
uses: ./.github/workflows/_docker-image-scan.yaml
with:
target: operator/helm

loadtest:
uses: ./.github/workflows/_docker-image_scan.yaml
uses: ./.github/workflows/_docker-image-scan.yaml
with:
target: loadtest

gateway-lb:
uses: ./.github/workflows/_docker-image_scan.yaml
uses: ./.github/workflows/_docker-image-scan.yaml
with:
target: gateway-lb

gateway-filter:
uses: ./.github/workflows/_docker-image_scan.yaml
uses: ./.github/workflows/_docker-image-scan.yaml
with:
target: gateway-filter

0 comments on commit c758d03

Please sign in to comment.