Commit 8b7957e3 authored by Jannik Lehmann's avatar Jannik Lehmann

Enable `assumeImmutableResults` in sast provider

This commit solves https://gitlab.com/gitlab-org/gitlab/-/issues/331273
It enables `assumeImmutableResults` in the security_configuration sast provider.
parent b8376928
...@@ -13,7 +13,7 @@ export default function init() { ...@@ -13,7 +13,7 @@ export default function init() {
Vue.use(VueApollo); Vue.use(VueApollo);
const apolloProvider = new VueApollo({ const apolloProvider = new VueApollo({
defaultClient: createDefaultClient(), defaultClient: createDefaultClient({}, { assumeImmutableResults: true }),
}); });
const { const {
......
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