This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | { | |
| "com.coreos.operators.v1alpha1.ClusterServiceVersion": { | |
| "description": "ClusterServiceVersion is a Custom Resource of type `ClusterServiceVersionSpec`.", | |
| "properties": { | |
| "apiVersion": { | |
| "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources", | |
| "type": "string" | |
| }, | |
| "kind": { | |
| "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds", | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | --- | |
| apiVersion: monitoring.rhobs/v1alpha1 | |
| kind: AlertmanagerConfig | |
| metadata: | |
| name: rhoai-alertmanager-config | |
| labels: | |
| rhoai-monitoring: 'true' | |
| namespace: redhat-ods-monitoring | |
| spec: | |
| receivers: | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | from datetime import datetime | |
| import os | |
| import re | |
| import time | |
| import pandas as pd | |
| import numpy as np | |
| from selenium import webdriver | |
| from selenium.webdriver.chrome.service import Service | |
| from selenium.common.exceptions import NoSuchElementException, NoSuchWindowException | |
| from selenium.webdriver.common.by import By | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: "Update versions" | |
| on: | |
| workflow_dispatch: | |
| inputs: | |
| version: | |
| description: 'odh release version' | |
| required: true | |
| type: string | |
| codeflare-branch: | |
| description: 'Codeflare release branch' | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/bin/bash | |
| update_tags(){ | |
| MANIFEST_STR=$(cat get_all_manifests.sh | grep $1 | sed 's/ //g') | |
| readarray -d ":" -t STR_ARR <<< "$MANIFEST_STR" | |
| RES="" | |
| for i in "${!STR_ARR[@]}"; do | |
| if [ $i == 2 ]; then | |
| RES+=$2":" | |
| else | |
| RES+=${STR_ARR[$i]}":" | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | name: "Deploy on Comment" | |
| # https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows | |
| on: | |
| issue_comment: | |
| types: [created] | |
| jobs: | |
| deploy: | |
| name: Deploy | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | from ruamel.yaml import YAML | |
| from ast import literal_eval | |
| import io | |
| from ruamel.yaml.scalarstring import PreservedScalarString as pss | |
| import os | |
| import sys | |
| import shutil | |
| import requests | |
| import gitlab | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | from ruamel.yaml import YAML | |
| from ast import literal_eval | |
| import io | |
| from ruamel.yaml.scalarstring import PreservedScalarString as pss | |
| import os | |
| import sys | |
| import shutil | |
| import requests | |
| import gitlab | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import * as React from 'react'; | |
| import { DataGrid, GridColDef, GridValueGetterParams } from '@mui/x-data-grid'; | |
| import Button from '@mui/material/Button'; | |
| const columns: GridColDef[] = [ | |
| { field: 'id', headerName: 'ID', width: 70 }, | |
| { field: 'firstName', headerName: 'First name', width: 130 }, | |
| { field: 'lastName', headerName: 'Last name', width: 130 }, | |
| { | |
| field: 'age', | |
| headerName: 'Age', | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | AggregatedIssue( | |
| id='SNYK-GOLANG-GITHUBCOMCONTAINERDCONTAINERDV2-6219725', | |
| issueType='vuln', | |
| pkgName='github.com/containerd/containerd', | |
| pkgVersions=['v1.7.0'], | |
| issueData=IssueData( | |
| id='SNYK-GOLANG-GITHUBCOMCONTAINERDCONTAINERDV2-6219725', | |
| title='Container Breakout (Leaky Vessels)', | |
| severity='high', | |
| url='https://snyk.io/vuln/SNYK-GOLANG-GITHUBCOMCONTAINERDCONTAINERDV2-6219725', |