Skip to content

Commit

Permalink
Disable VEX notices (#476)
Browse files Browse the repository at this point in the history
Signed-off-by: arturo-seijas <[email protected]>
  • Loading branch information
arturo-seijas authored Nov 22, 2024
1 parent d389243 commit a648ea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,7 @@ jobs:
exit-code: '1'
severity: ${{ inputs.trivy-severity-config }}
env:
TRIVY_USERNAME: ${{ github.actor }}
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
TRIVY_DISABLE_VEX_NOTICE: true
- name: Check trivyignore
run: |
curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin v0.46.0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration_test_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ jobs:
scan-type: "fs"
scan-ref: ${{ inputs.trivy-fs-ref }}
trivy-config: ${{ inputs.trivy-fs-config }}
env:
TRIVY_DISABLE_VEX_NOTICE: true
- name: Set Zap target env for Github Zap Action to Juju Unit IP Address
if: ${{ inputs.zap-enabled && inputs.zap-target == '' }}
run: echo "ZAP_TARGET=$(juju show-unit ${{ env.CHARM_NAME }}/0 --format=json | jq -r '.["${{ env.CHARM_NAME }}/0"]["address"]')" >> $GITHUB_ENV
Expand Down

0 comments on commit a648ea0

Please sign in to comment.