File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,24 +33,24 @@ jobs:
3333 - name : Testing connection to MySQL via ProxySQL port 3308
3434 run : docker-compose -f .docker-compose.yml-ci exec -T proxysql mysql -u super -ApsuperLuser -h 127.0.0.1 --port 3308 percona -e 'select * from heartbeat;'
3535 - uses : anchore/scan-action@v2
36- id : scan
36+ id : scan-mysql
3737 with :
3838 image : " garutilorenzo/mysql-gtid-replication:latest"
3939 acs-report-enable : true
4040 - name : upload Anchore scan SARIF report
4141 uses : github/codeql-action/upload-sarif@v1
4242 with :
43- sarif_file : ${{ steps.scan.outputs.sarif }}
43+ sarif_file : ${{ steps.scan-mysql .outputs.sarif }}
4444 - name : Inspect action SARIF report
45- run : cat ${{ steps.scan.outputs.sarif }}
45+ run : cat ${{ steps.scan-mysql .outputs.sarif }}
4646 - uses : anchore/scan-action@v2
47- id : scan
47+ id : scan-heartbeat
4848 with :
4949 image : " garutilorenzo/heartbeat:latest"
5050 acs-report-enable : true
5151 - name : upload Anchore scan SARIF report
5252 uses : github/codeql-action/upload-sarif@v1
5353 with :
54- sarif_file : ${{ steps.scan.outputs.sarif }}
54+ sarif_file : ${{ steps.scan-heartbeat .outputs.sarif }}
5555 - name : Inspect action SARIF report
56- run : cat ${{ steps.scan.outputs.sarif }}
56+ run : cat ${{ steps.scan-heartbeat .outputs.sarif }}
You can’t perform that action at this time.
0 commit comments