Skip to content

Commit

Permalink
TESTING
Browse files Browse the repository at this point in the history
Signed-off-by: jagpreetsinghsasan <[email protected]>
  • Loading branch information
jagpreetsinghsasan committed Nov 5, 2024
1 parent bc0f1c4 commit 2f0afef
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/.dast-nuclei-cmd-api-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,17 @@ jobs:

- uses: actions/[email protected]

- name: Check file existence
env:
FILE: /home/runner/work/cacti/cacti/packages/cactus-plugin-keychain-memory/package.json
shell: bash
run: |
if [[ -f $FILE ]]; then
echo "$FILE exists!"
else
echo "$FILE does not exist!"
fi
- uses: actions/[email protected]
with:
go-version: 1.23
Expand All @@ -35,17 +46,6 @@ jobs:

- run: nuclei --version

- name: Check file existence
id: check_files
uses: thebinaryfelix/check-file-existence-action@v1
with:
files: '/home/runner/work/cacti/cacti/packages/cactus-plugin-keychain-memory/package.json'

- name: Files exist
if: steps.check_files.outputs.exists == 'true'
# Only runs if all of the files exist
run: echo "All files exist!"

- run: npm run configure

- name: Create URLs file for Nuclei
Expand Down

0 comments on commit 2f0afef

Please sign in to comment.