Skip to content

Commit

Permalink
Update security.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderM91 authored Oct 12, 2023
1 parent a567592 commit 94e0615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ jobs:
"text": "Scanned image tag *${{ matrix.tags }}*.",
"attachments": [
{
"pretext": "Vulnerability scan outputs for ${{ steps.set-date.outputs.DATE_TIME }}",
"color": "${{ steps.set-color.outputs.color }}",
"pretext": "Vulnerability scan outputs for $DATE_TIME",
"color": "$COLOR",
"fields": [
{
"title": "Status",
"short": true,
"value": "${{ steps.docker-scan.outputs.total }} total vulnerabilities".
"value": "${{ steps.docker-scan.outputs.total }} total vulnerabilities"
}
]
}
Expand Down

0 comments on commit 94e0615

Please sign in to comment.