Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Temporarily disable security-checks
Browse files Browse the repository at this point in the history
Signed-off-by: Gloria Ciavarrini <[email protected]>
  • Loading branch information
gciavarrini committed Aug 10, 2023
1 parent 07e0f1c commit 0664b43
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,30 +225,30 @@ jobs:
with:
step: save

security-checks:
runs-on: ubuntu-latest
needs:
- containers
steps:
- uses: actions/checkout@v3

- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: 'stable'

- name: Download images
uses: ishworkh/docker-image-artifact-download@v1
with:
image: "docker-compose_notification-service:latest"

- name: Download images
uses: ishworkh/docker-image-artifact-download@v1
with:
image: "docker-compose_workflow-service:latest"

- name: "Security analysis of images"
run: |
make analyse-images stop-local-registry stop-clair
# security-checks:
# runs-on: ubuntu-latest
# needs:
# - containers
# steps:
# - uses: actions/checkout@v3
#
# - name: Setup Go environment
# uses: actions/[email protected]
# with:
# go-version: 'stable'
#
# - name: Download images
# uses: ishworkh/docker-image-artifact-download@v1
# with:
# image: "docker-compose_notification-service:latest"
#
# - name: Download images
# uses: ishworkh/docker-image-artifact-download@v1
# with:
# image: "docker-compose_workflow-service:latest"
#
# - name: "Security analysis of images"
# run: |
# make analyse-images stop-local-registry stop-clair


0 comments on commit 0664b43

Please sign in to comment.