From ecaa5e5ee68beacd7e970b5860822cc378f6b0bf Mon Sep 17 00:00:00 2001 From: Julian Totzek-Hallhuber Date: Mon, 7 Aug 2023 06:56:23 +0200 Subject: [PATCH] delete old workflows --- .github/workflows/feature-branch-scan.yml | 35 ---------------------- .github/workflows/main.yml | 36 ----------------------- 2 files changed, 71 deletions(-) delete mode 100644 .github/workflows/feature-branch-scan.yml delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/feature-branch-scan.yml b/.github/workflows/feature-branch-scan.yml deleted file mode 100644 index 5804740..0000000 --- a/.github/workflows/feature-branch-scan.yml +++ /dev/null @@ -1,35 +0,0 @@ -on: - push: - branches: [feature-123] - -jobs: - - pipeline_scan: - runs-on: ubuntu-latest - name: pipeline scan - - steps: - - name: checkout - uses: actions/checkout@v2 - - - name: install node v12 - uses: actions/setup-node@v1 - with: - node-version: 12 - - - name: npm install - run: npm install - - - name: pipeline-scan action step - id: pipelien-scan - uses: ./ - with: - vid: ${{ secrets.VID }} - vkey: ${{ secrets.VKEY }} - file: "verademo.war" - request_policy: "VeraDemo Policy" - store_baseline_file: true - store_baseline_file_branch: "feature-123" - create_baseline_from: "standard" - debug: 1 - fail_build: true diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 624e1aa..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,36 +0,0 @@ -on: - pull_request: - branches: [master] - -jobs: - - pipeline_scan: - runs-on: ubuntu-latest - name: pipeline scan - - steps: - - name: checkout - uses: actions/checkout@v2 - - - name: install node v12 - uses: actions/setup-node@v1 - with: - node-version: 12 - - - name: npm install - run: npm install - - - name: pipeline-scan action step - id: pipelien-scan - uses: ./ - with: - vid: ${{ secrets.VID }} - vkey: ${{ secrets.VKEY }} - file: "verademo.war" - request_policy: "VeraDemo Policy" - store_baseline_file: true - store_baseline_file_branch: "feature-123" - create_baseline_from: "standard" - debug: 1 - fail_build: true - \ No newline at end of file