Skip to content

Commit

Permalink
fix(github-actions): syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
aidmax committed Nov 28, 2020
1 parent 4fdfff1 commit 91b21ac
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ jobs:
- name: CVE scan image
uses: docker://docker.io/aquasec/trivy:latest
with:
args: |
--cache-dir /var/lib/trivy
--no-progress
--exit-code 1
--severity MEDIUM,HIGH,CRITICAL
${{ steps.build.outputs.image }}
args: --cache-dir /var/lib/trivy --no-progress --exit-code 1 --severity MEDIUM,HIGH,CRITICAL ${{ steps.build.outputs.image }}

- name: Run structurizr-cli action
uses: ./
Expand Down

0 comments on commit 91b21ac

Please sign in to comment.