Skip to content

Commit

Permalink
[DDS-1576] Fixed matrix values.
Browse files Browse the repository at this point in the history
  • Loading branch information
GROwen committed Jul 25, 2023
1 parent 4217fcd commit b061ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
continue-on-error: true
strategy:
matrix:
images: ${{ vars.IMAGES }}
branches: ${{ vars.BRANCHES }}
images: ${{ fromJson(vars.IMAGES) }}
branches: ${{ fromJson(vars.BRANCHES) }}
steps:
- name: Scan for vulnerabilities
id: scan
Expand Down

0 comments on commit b061ac0

Please sign in to comment.