diff --git a/.github/workflows/42c-scan.yaml b/.github/workflows/42c-scan.yaml index 37ec2ef..21d6380 100644 --- a/.github/workflows/42c-scan.yaml +++ b/.github/workflows/42c-scan.yaml @@ -52,7 +52,7 @@ jobs: login_response=$(python .42c/scripts/pixi-login.py -c GITHUB -u ${{ env.USER_NAME }} -p ${{ env.USER_PASS }} -t ${{ env.TARGET_URL }}) echo "PHOTO_API_TOKEN=$login_response" >> $GITHUB_OUTPUT - name: Scan API for vulnerabilities - uses: 42Crunch/api-security-scan-action-freemium@v1.1 + uses: 42Crunch/api-security-scan-action-freemium@v1 with: # Upload results to Github Code Scanning # Set to false if you don't have Github Advanced Security enabled.