Skip to content

Commit

Permalink
feat: remove extra-parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorEulalio committed Mar 21, 2024
1 parent 17fdb83 commit 6431a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
- name: Scan image
uses: sysdiglabs/scan-action@v4
with:
image-tag: "sysdiglabs/dummy-vuln-app:latest"
image-tag: ${{ env.IMAGE_NAME }}
sysdig-secure-token: ${{ secrets.SECURE_API_TOKEN }}
sysdig-secure-url: ${{ secrets.API_URL }}
extra-parameters: "--iac"
# extra-parameters: "--iac"

- name: Scan infrastructure
run: SECURE_API_TOKEN=${{ secrets.SECURE_API_TOKEN }} ./sysdig-cli-scanner --iac -r -f H --apiurl ${{ secrets.API_URL }} ./terraform
Expand Down

0 comments on commit 6431a5a

Please sign in to comment.