Skip to content

Commit

Permalink
fix: remove misleading entries
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado committed Jun 4, 2024
1 parent 6bad3ce commit 6498667
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/docker-vulnerabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,14 @@ jobs:
with:
message: |
## Trivy scan results
### fs scan
```
${{ env.TRIVY_FS_RESULTS }}
```
### Docker image scan
```
${{ env.TRIVY_IMAGE_RESULTS }}
```
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


# - name: Upload Trivy scan results to GitHub Security tab
# uses: github/codeql-action/upload-sarif@v3
# with:
Expand Down

0 comments on commit 6498667

Please sign in to comment.