Skip to content

Commit

Permalink
Rename yara to malware-detection
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenBW committed Feb 3, 2021
1 parent 332b744 commit 36c1fc0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
script: npm run deploy && curl -sSL https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master/src/bootstrap.sh | bash -s
env:
global:
- REPO="git@github.com:RedHatInsights/yara-frontend-build"
- REPO_DIR="yara-frontend-build"
- REPO="git@github.com:RedHatInsights/malware-detection-frontend-build"
- REPO_DIR="malware-detection-frontend-build"
- BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}
- NODE_OPTIONS="--max-old-space-size=4096 --max_old_space_size=4096"
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Build Status](https://travis-ci.org/RedHatInsights/yara-frontend.svg?branch=master)](https://travis-ci.org/RedHatInsights/yara-frontend)
[![Build Status](https://travis-ci.org/RedHatInsights/malware-detection-frontend.svg?branch=master)](https://travis-ci.org/RedHatInsights/malware-detection-frontend)

# yara-frontend
# malware-detection-frontend

Yara for Red Hat Insights products that includes Patternfly 4 and shared cloud.redhat.com utilities.
Malware Detection for Red Hat Insights products that includes Patternfly 4 and shared cloud.redhat.com utilities.

## Getting Started

Expand All @@ -11,7 +11,7 @@ There is a [comprehensive quick start guide in the Storybook Documentation](http
- [Insights Chroming](https://github.com/RedHatInsights/insights-chrome)
- [Insights Proxy](https://github.com/RedHatInsights/insights-proxy)

Note: You will need to set up the Insights environment if you want to develop with the yara-frontend app due to the consumption of the chroming service as well as setting up your global/app navigation through the API.
Note: You will need to set up the Insights environment if you want to develop with the malware-detection-frontend app due to the consumption of the chroming service as well as setting up your global/app navigation through the API.

## Build app

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "yara-frontend",
"name": "malware-detection-frontend",
"version": "1.0.0",
"private": false,
"scripts": {
Expand Down

0 comments on commit 36c1fc0

Please sign in to comment.