Skip to content

Commit

Permalink
Remove vulnerability scans from release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frant-hartm committed Dec 17, 2021
1 parent 4817c6c commit 5ea2cbc
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/tag_image_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,38 +93,6 @@ jobs:
short-description: Hazelcast Enterprise Docker Image
readme-filepath: ./README.md

- name: Scan Hazelcast image by Azure (Trivy + Dockle)
if: always()
uses: Azure/container-scan@v0
with:
image-name: hazelcast/hazelcast:${{ env.RELEASE_VERSION }}
severity-threshold: MEDIUM

- name: Scan Hazelcast image by Snyk
if: always()
uses: snyk/actions/docker@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: hazelcast/hazelcast:${{ env.RELEASE_VERSION }}
args: --file=hazelcast-oss/Dockerfile --policy-path=.github/containerscan --severity-threshold=medium

- name: Scan Hazelcast Enterprise image by Azure (Trivy + Dockle)
if: always()
uses: Azure/container-scan@v0
with:
image-name: hazelcast/hazelcast-enterprise:${{ env.RELEASE_VERSION }}
severity-threshold: MEDIUM

- name: Scan Hazelcast Enterprise image by Snyk
if: always()
uses: snyk/actions/docker@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
image: hazelcast/hazelcast-enterprise:${{ env.RELEASE_VERSION }}
args: --file=hazelcast-enterprise/Dockerfile --policy-path=.github/containerscan --severity-threshold=medium

- name: Create release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 5ea2cbc

Please sign in to comment.