diff --git a/.github/workflows/nightly-vulnerability-scan.yml b/.github/workflows/nightly-vulnerability-scan.yml index e5c3749d4..b77ebfa4a 100644 --- a/.github/workflows/nightly-vulnerability-scan.yml +++ b/.github/workflows/nightly-vulnerability-scan.yml @@ -36,5 +36,5 @@ jobs: if grep -q 'No vulnerabilities found' grype-output.txt; then echo "No vulnerabilities found." else - gh issue create --title "Vulnerabilities Found in Nightly Scan" --body "Vulnerabilities found in the latest image scan. Please check the attached report." --file grype-output.txt + gh issue create --title "Vulnerabilities Found in Nightly Scan" --body "Vulnerabilities found in the latest image scan. Please check the attached report." --body-file grype-output.txt fi