Skip to content

Commit

Permalink
Ignore sonarcloud errors
Browse files Browse the repository at this point in the history
- The gcloud libraries are not pinned to a version so
  we cannot use an integrity hash here
- Fontawesome no longer supports SRI hashes
  • Loading branch information
samanehsan committed Aug 17, 2023
1 parent d8f71f0 commit 678f95c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cypress/support/component-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<script src="https://accounts.google.com/gsi/client" async defer id="gsiClient"></script>
<!-- //NOSONAR --><script src="https://accounts.google.com/gsi/client" async defer id="gsiClient"></script>
<title>Components App</title>
</head>

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<title>Terra Data Repository</title>
<script src="https://apis.google.com/js/platform.js"></script>
<script src="https://kit.fontawesome.com/316fe749fb.js" crossorigin="anonymous"></script>
<!-- //NOSONAR --><script src="https://apis.google.com/js/platform.js" crossorigin="anonymous"></script>
<!-- //NOSONAR --><script src="https://kit.fontawesome.com/316fe749fb.js" crossorigin="anonymous"></script>
</head>
<body class="tdr">
<noscript><div style="align-items: center; display: flex; font-size: 30px; justify-content: center; min-height: 100vh;">This website need Javascript. Please turn it on.</div></noscript>
Expand Down

0 comments on commit 678f95c

Please sign in to comment.