Skip to content

Commit

Permalink
remove scan master branch2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Golaszewski committed Nov 15, 2024
1 parent aeea1e0 commit 525e068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# origin/v1.1
# origin/release-1.30
# origin/main
BRANCHES=$(git branch -r | grep -E '^ origin\/(((v|release-)?[0-9]+.[0-9]+)|(main))$' | \
BRANCHES=$(git branch -r | grep -E '^ origin\/(((v|release-)?[0-9]+.[0-9]+)|main)$' | \
sed -e 's#^ origin/##' | jq -R -s -c 'split("\n")[:-1]')
echo "branches=$(echo $BRANCHES)" >> $GITHUB_OUTPUT
scan:
Expand Down

0 comments on commit 525e068

Please sign in to comment.