Skip to content

Commit

Permalink
Merge pull request #99 from no10ds/fix/image-scan
Browse files Browse the repository at this point in the history
Remove nested git commands
  • Loading branch information
lcardno10 authored Sep 26, 2024
2 parents a6984f6 + 552c1d6 commit 2c9cf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/image-utils.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -eu -o pipefail

LATEST_TAG=$(git rev-parse --short "$GITHUB_SHA")
LATEST_TAG=$(git rev-parse --short HEAD)
IGNORE_LIST_FILE=vulnerability-ignore-list.txt

RETRIES=0
Expand Down

0 comments on commit 2c9cf5b

Please sign in to comment.