Skip to content

Commit

Permalink
Update aquasec-scs-pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Teja-Chittamuri authored Sep 24, 2024
1 parent 06be354 commit a1a6fe9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/aquasec-scs-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Aqua
on: pull_request
env:
AQUA_KEY: ${{ secrets.AQUA_KEY }}
AQUA_SECRET: ${{ secrets.AQUA_SECRET }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
TRIVY_RUN_AS_PLUGIN: 'aqua'
jobs:
aqua:
name: Aqua scanner
Expand All @@ -16,9 +21,5 @@ jobs:
# To enable SAST scanning, add: --sast
# To enable reachability scanning, add: --reachability
# To enable npm/dotnet/gradle non-lock file scanning, add: --package-json / --dotnet-proj / --gradle
env:
AQUA_KEY: ${{ secrets.AQUA_KEY }}
AQUA_SECRET: ${{ secrets.AQUA_SECRET }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
TRIVY_RUN_AS_PLUGIN: 'aqua'

# For http/https proxy configuration add env vars: HTTP_PROXY/HTTPS_PROXY, CA-CRET (path to CA certificate)

0 comments on commit a1a6fe9

Please sign in to comment.