Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
tricky42 committed Oct 30, 2024
1 parent 1d83597 commit 5fe9c97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cve-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
shell: bash
run: |
IMAGE_TAG="${{ env.SHA_SHORT }}" make docker
# Add GitHub authentication for Trivy
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

# Configure Trivy
- name: Configure Trivy
run: |
Expand Down Expand Up @@ -82,8 +82,8 @@ jobs:
severity: "CRITICAL,HIGH"
scanners: "vuln,secret,misconfig"
env:
TRIVY_SKIP_JAVA_DB_UPDATE: 'true'
TRIVY_DISABLE_VEX_NOTICE: 'true'
TRIVY_SKIP_JAVA_DB_UPDATE: "true"
TRIVY_DISABLE_VEX_NOTICE: "true"

- name: Dockle Linter
uses: erzz/dockle-action@v1
Expand All @@ -107,4 +107,4 @@ jobs:
run: |
echo "::group::Hadolint Scan Details"
echo "${HADOLINT_RESULTS}" | jq '.'
echo "::endgroup::"
echo "::endgroup::"

0 comments on commit 5fe9c97

Please sign in to comment.