Skip to content

Commit

Permalink
updated github actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lryanle committed Nov 2, 2023
1 parent 60033be commit da8ff28
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 2,010 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# Set the Job
jobs:
build:
name: \[Lint\] SMARE Codebase
name: Lint SMARE Codebase
runs-on: ubuntu-latest

# Grant status permission for MULTI_STATUS
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/vulnerability-finder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Test SMARE site for publicly known js vulnerabilities

on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Test SMARE site for public javascript library vulnerabilities
uses: lirantal/is-website-vulnerable@main
with:
scan-url: "https://smare.lryanle.com"
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# <img src="./frontend/public/logos/smare.png" alt="Statefarm SMARE" style="width:256px;"/>
# <img src="./frontend/public/logos/smare.png" alt="Statefarm SMARE" style="width:384px;"/>
Senior Design Repository for the Statefarm Automotive Fraud Project

![GitHub Super-Linter](https://github.com/lryanle/seniordesign/actions/workflows/lint.yml/badge.svg)
![Metrics](/github-metrics.svg)
## Statistics

Senior Design Repository for the Statefarm Automotive Fraud Project
![Metrics](/github-metrics.svg)

## Database Access

Expand Down
Loading

1 comment on commit da8ff28

@vercel
Copy link

@vercel vercel bot commented on da8ff28 Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

seniordesign – ./

seniordesign-git-main-lryanle.vercel.app
smare.lryanle.com
seniordesign-lryanle.vercel.app
smare.vercel.app

Please sign in to comment.