Skip to content

Commit

Permalink
WEBUI-1572: veracode scan to run in web ui
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Sep 16, 2024
1 parent dcc7a42 commit e73b5bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/veracode-3.0.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Veracode Maintenance 3.0.x

on:
schedule:
- cron: '30 14 * * *' # 14:30 UTC = 8:00 PM IST
- cron: '30 16 * * *' # 16:30 UTC = 10:00 PM IST

env:
REFERENCE_BRANCH: maintenance-3.0.x
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/veracode-3.1.x.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,16 @@ permissions:
contents: read

jobs:
# This workflow contains a job to build and submit pipeline scan, you will need to customize the build process accordingly and make sure the artifact you build is used as the file input to the pipeline scan file parameter
sast-scan-build:
# The type of runner that the job will run on
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
runs-on: [self-hosted, master]
runs-on: ubuntu-latest
steps:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it and copies all sources into ZIP file for submitting for analysis. Replace this section with your applications build steps
- uses: actions/checkout@v2
with:
ref: ${{ env.BRANCH_NAME }}
ref: maintenance-3.1.x

- uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit e73b5bc

Please sign in to comment.