Skip to content

Commit

Permalink
Update scan-simples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BatistaGabriel authored Apr 27, 2024
1 parent 16020b2 commit 402a1a4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/scan-simples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
path: 'pisc-2024'

- name: Set project directory
run: |
PROJECT_DIR=$(find pisc-2024 -mindepth 2 -maxdepth 2 -type d -name "day-*" | head -n 1)
echo "Project directory: $PROJECT_DIR"
echo "::set-env name=PROJECT_DIR::$PROJECT_DIR"
- name: Navigate to project directory
run: cd ${{ env.PROJECT_DIR }}

- name: Install dependencies
run: npm install

- name: Trivy Scan
uses: aquasecurity/trivy-action@master
Expand Down

0 comments on commit 402a1a4

Please sign in to comment.