File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 3232 run : docker-compose -f .docker-compose.yml-ci exec -T proxysql mysql -u super -ApsuperLuser -h 127.0.0.1 --port 3307 percona -e 'select * from heartbeat;'
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;'
35+ - uses : anchore/scan-action@v2
36+ id : scan
37+ with :
38+ image : " garutilorenzo/mysql-gtid-replication:latest"
39+ acs-report-enable : true
40+ - name : upload Anchore scan SARIF report
41+ uses : github/codeql-action/upload-sarif@v1
42+ with :
43+ sarif_file : ${{ steps.scan.outputs.sarif }}
44+ - name : Inspect action SARIF report
45+ run : cat ${{ steps.scan.outputs.sarif }}
46+ - uses : anchore/scan-action@v2
47+ id : scan
48+ with :
49+ image : " garutilorenzo/heartbeat:latest"
50+ acs-report-enable : true
51+ - name : upload Anchore scan SARIF report
52+ uses : github/codeql-action/upload-sarif@v1
53+ with :
54+ sarif_file : ${{ steps.scan.outputs.sarif }}
55+ - name : Inspect action SARIF report
56+ run : cat ${{ steps.scan.outputs.sarif }}
You can’t perform that action at this time.
0 commit comments