File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1414 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # actions/checkout@v5
1515 - name : List targets
1616 id : generate
17- uses : docker/bake-action/subaction/list-targets@3acf805d94d93a86cce4ca44798a76464a75b88c # docker/bake-action/subaction/list-targets@v6
17+ uses : docker/bake-action/subaction/matrix@v6
18+ with :
19+ target : default
1820
1921 build :
2022 name : Build ${{ matrix.target }}
Original file line number Diff line number Diff line change 1717 steps :
1818 - name : Checkout
1919 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # actions/checkout@v5
20- - name : List targets
20+ - name : Generate matrix
2121 id : generate
22- uses : docker/bake-action/subaction/list-targets@3acf805d94d93a86cce4ca44798a76464a75b88c # docker/bake-action/subaction/list-targets@v6
22+ uses : docker/bake-action/subaction/matrix@v6
23+ with :
24+ target : default
2325 - name : Check modsecurity recommended
2426 run : |
2527 curl -sSL https://raw.githubusercontent.com/owasp-modsecurity/ModSecurity/v3/master/modsecurity.conf-recommended -o modsecurity.conf-recommended
You can’t perform that action at this time.
0 commit comments