Commit b6166dee authored by Filipa Lacerda's avatar Filipa Lacerda

Removes unused code

parent 0b16e930
......@@ -89,12 +89,6 @@
sast: SAST,
dast: DAST,
sastContainer: SAST_CONTAINER,
data() {
return {
isSastFullReportVisible: false,
isDependencyScanningFullReportVisible: false,
};
},
computed: {
...mapState(['sast', 'sastContainer', 'dast', 'dependencyScanning', 'summaryCounts']),
...mapGetters([
......@@ -169,12 +163,6 @@
'fetchDastReports',
'fetchDependencyScanningReports',
]),
openSASTFullReport() {
this.isSastFullReportVisible = true;
},
openDependencyScanningFullReport() {
this.isDependencyScanningFullReportVisible = true;
},
},
};
</script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment