Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tzurielweisberg authored Oct 15, 2024
1 parent 25f78c2 commit 03f3710
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: docker://aquasec/aqua-scanner:latest

with:
args: trivy fs --scanners config,vuln,secret --debug .
args: trivy fs --scanners config,vuln,secret --debug .

# To customize which severities to scan for, add the following flag: --severity UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
# # To enable SAST scanning, add: --sast
Expand All @@ -48,6 +48,7 @@ jobs:
AQUA_URL: https://api.dev.supply-chain.cloud.aquasec.com
CSPM_URL: https://stage.api.cloudsploit.com
TRIVY_RUN_AS_PLUGIN: 'aqua'
DOTNET_PROJ: 1
# For http/https proxy configuration add env vars: HTTP_PROXY/HTTPS_PROXY, CA-CRET (path to CA certificate)

# - name: Run Trivy vulnerability scanner in IaC mode
Expand Down

0 comments on commit 03f3710

Please sign in to comment.