Skip to content

Commit

Permalink
Use 'crazy-max/ghaction-container-scan'
Browse files Browse the repository at this point in the history
  • Loading branch information
GollyTicker committed Oct 8, 2023
1 parent 4a892ce commit b92fc9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Expand Up @@ -140,12 +140,12 @@ jobs:
./test/suite/test.sh "$PWD"
- name: Security Scan
uses: azure/container-scan@v0
uses: crazy-max/ghaction-container-scan@v3
continue-on-error: true
with:
image-name: qaware/protocurl:${{ github.event.inputs.version }}
severity-threshold: medium
run-quality-checks: true
image: qaware/protocurl:${{ github.event.inputs.version }}
severity_threshold: MEDIUM
dockerfile: release/generated.Dockerfile

post-release-test-windows:
runs-on: windows-latest
Expand Down

0 comments on commit b92fc9c

Please sign in to comment.