Skip to content

Commit

Permalink
Fix update-sec-scanners-config.sh (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel authored Dec 21, 2023
1 parent ebd7be9 commit e5f6158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/upgrade-sec-scanners-config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh

IMG_VERSION=${IMG_VERSION"Define IMG_VERSION env"}
IMG_VERSION=${IMG_VERSION?"Define IMG_VERSION env"}

yq -i ".protecode[] |= sub(\":main\", \":${IMG_VERSION}\")" sec-scanners-config.yaml

0 comments on commit e5f6158

Please sign in to comment.