Skip to content

Commit

Permalink
update test-workflow.yml to use janus github-actions and remove ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacDCSIT committed May 17, 2024
1 parent 3b98ad3 commit eff5d52
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
'main'
jobs:
sast:
uses: SmartDCSITlimited/actions-store/.github/workflows/SAST.yml@main
uses: xtuml/janus/.github/workflows/SAST.yml@main
secret-detection:
uses: SmartDCSITlimited/actions-store/.github/workflows/SecretDetection.yml@main
uses: xtuml/janus/.github/workflows/SecretDetection.yml@main
python-linting:
uses: SmartDCSITlimited/actions-store/.github/workflows/PythonLinting.yml@main
uses: xtuml/janus/.github/workflows/PythonLinting.yml@main

run-tests:
if: |
github.repository == 'SmartDCSITlimited/test-harness'
github.repository == 'xtuml/erebus'
runs-on: ubuntu-latest
steps:
- name: Setup Checkout
Expand All @@ -25,8 +25,7 @@ jobs:
- name: Setup Checkout (external)
uses: actions/checkout@v4
with:
repository: SmartDCSITlimited/test-event-generator
ssh-key: ${{ secrets.TESTKEY }}
repository: xtuml/janus
path: external

- name: Setup Python
Expand Down

0 comments on commit eff5d52

Please sign in to comment.