Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build and publish
run: |
# Configure the project
jf npmc --repo-resolve sharan-npm-virtual --repo-deploy sharan-npm-virtual
jf npmc --repo-resolve nag-npm-virtual --repo-deploy nag-npm-virtual
# Build the project using JFrog CLI
jf npm install --build-name ${{env.BUILD_NAME}} --build-number ${{github.run_number}}
# Publish the project
Expand All @@ -53,13 +53,13 @@ jobs:
password: ${{ secrets.JF_PASSWORD }}
- name: Docker Build 🐳🐸
run: |
jf docker build . -t demo.jfrog.io/docker-local/reactappimage:${{github.run_number}}
jf docker build . -t productdemo.jfrog.io/nag-docker-local/reactappimage:${{github.run_number}}
- name: JFrog docker image scan 🐳🐸
run: |
jf docker scan demo.jfrog.io/docker-local/reactappimage:${{github.run_number}}
jf docker scan productdemo.jfrog.io/nag-docker-local/reactappimage:${{github.run_number}}
- name: Docker Push 🐳🐸
run: |
jf docker push demo.jfrog.io/docker-local/reactappimage:${{github.run_number}}
jf docker push productdemo.jfrog.io/nag-docker-local/reactappimage:${{github.run_number}}
- name: Publish build build-info
run: |
# Collect and store environment variables in the build-info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frogbot-scan-and-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# 2. The `installCommand` variable isn't set in your frogbot-config.yml file.
#
# The command that installs the project dependencies (e.g "npm i", "nuget restore" or "dotnet restore")
# JF_INSTALL_DEPS_CMD: ""
JF_INSTALL_DEPS_CMD: ""

# [Mandatory]
# JFrog platform URL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frogbot-scan-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
# Frogbot will download the project dependencies, if they're not cached locally. To download the
# dependencies from a virtual repository in Artifactory, set the name of of the repository. There's no
# need to set this value, if it is set in the frogbot-config.yml file.
JF_DEPS_REPO: "sharan-npm-virtual"
JF_DEPS_REPO: "nag-npm-virtual"


2 changes: 1 addition & 1 deletion .github/workflows/frogbot-scan-repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
schedule:
# The repository will be scanned once a day at 00:00 GMT.
#- cron: "0 0 * * *"
- cron: "0 0 * * *"
permissions:
contents: write
pull-requests: write
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# react-node-app

[![Scanned by Frogbot](https://raw.github.com/jfrog/frogbot/master/images/frogbot-badge.svg)](https://docs.jfrog-applications.jfrog.io/jfrog-applications/frogbot)


docker build . -t soleng.jfrog.io/alpha-docker-virtual/reactappimage:1.0.6
docker push soleng.jfrog.io/alpha-docker-virtual/reactappimage:1.0.6
docker push soleng.jfrog.io/alpha-docker-virtual/reactappimage:1.0.6

updated from pr1
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.