Skip to content

Commit

Permalink
wip12
Browse files Browse the repository at this point in the history
  • Loading branch information
maci3jka committed Nov 14, 2024
1 parent e9d918d commit 088f9bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
branch: ["1.28","release-1.30","release-1.31","v1.1"]
branch: ["1.28"]
# branch: ["1.28","release-1.30","release-1.31","v1.1"]
# branch: ${{ needs.prepare.outputs.BRANCHES }}
# branch: [master]
permissions:
Expand All @@ -42,9 +43,11 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}
fetch-depth: 0
- name: current branch
run: |
git rev-parse --abbrev-ref HEAD
echo "${{ needs.prepare.outputs.BRANCHES }}"
# - name: Run Trivy vulnerability scanner in repo mode
# uses: aquasecurity/[email protected]
# with:
Expand Down

0 comments on commit 088f9bf

Please sign in to comment.