diff --git a/.github/workflows/secrets-scan.yaml b/.github/workflows/secrets-scan.yaml index 78353fc..42ec900 100644 --- a/.github/workflows/secrets-scan.yaml +++ b/.github/workflows/secrets-scan.yaml @@ -53,6 +53,6 @@ jobs: env: GITHUB_TOKEN: ${{ github.token }} URL: ${{ github.event.pull_request.html_url }} - run: + run: | sed -i -e '1i ```' -e '$a ```' trivy.txt gh pr comment -F ./trivy.txt "${URL}"