Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tzurielweisberg committed Oct 30, 2024
1 parent 4b64edc commit 3944d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
uses: docker://aquasec/aqua-scanner:latest

with:
args: trivy fs --scanners config,vuln,secret --debug .
args: trivy fs --scanners config,vuln,secret --debug --skip-policies .
env:
AQUA_KEY: ${{ secrets.AQUA_KEY_CLOUD_DEV }}
AQUA_SECRET: ${{ secrets.AQUA_SECRET_CLOUD_DEV }}
GITHUB_TOKEN: ${{ github.token }}
AQUA_URL: https://api.dev.supply-chain.cloud.aquasec.com
CSPM_URL: https://stage.api.cloudsploit.com
TRIVY_RUN_AS_PLUGIN: 'aqua'
TRIVY_RUN_AS_PLUGIN: "aqua"
DOTNET_PROJ: 1

0 comments on commit 3944d4f

Please sign in to comment.