Skip to content

Commit

Permalink
herro
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbyz committed Jan 19, 2024
1 parent 1b30f6f commit 3fc3ef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
"$(cat ./scan_id.txt)" \
--format="value(vulnerability.effectiveSeverity)")
# Check if CRITICAL vulnerability is found
chk=$(echo "$severity" | grep -c "CRITICAL")
echo $chk
echo "$severity"
echo "$severity" | grep -c "CRITICAL"
- name: Sign the docker image
run: |-
Expand Down

0 comments on commit 3fc3ef3

Please sign in to comment.